TOP Contributors

  1. MIKROE (2784 codes)
  2. Alcides Ramos (405 codes)
  3. Shawon Shahryiar (307 codes)
  4. jm_palomino (133 codes)
  5. Bugz Bensce (97 codes)
  6. S P (73 codes)
  7. dany (71 codes)
  8. MikroBUS.NET Team (35 codes)
  9. NART SCHINACKOW (34 codes)
  10. Armstrong Subero (27 codes)

Most Downloaded

  1. Timer Calculator (141137 times)
  2. FAT32 Library (73921 times)
  3. Network Ethernet Library (58557 times)
  4. USB Device Library (48747 times)
  5. Network WiFi Library (44409 times)
  6. FT800 Library (44003 times)
  7. GSM click (30722 times)
  8. mikroSDK (29497 times)
  9. PID Library (27308 times)
  10. microSD click (27135 times)
Libstock prefers package manager

Package Manager

We strongly encourage users to use Package manager for sharing their code on Libstock website, because it boosts your efficiency and leaves the end user with no room for error. [more info]

< Back
Project

24Hr Clock

Rating:

0

Author: Daravuth Koung

Last Updated: 2016-02-18

Package Version: 1.0.0.0

Category: Timers (Real time clock)

Downloaded: 1340 times

Followed by: 1 user

License: MIT license  

Easiest way to write a 24hr clock in MikroBasic :)

No Abuse Reported

Do you want to subscribe in order to receive notifications regarding "24Hr Clock " changes.

Do you want to unsubscribe in order to stop receiving notifications regarding "24Hr Clock " changes.

Do you want to report abuse regarding "24Hr Clock ".

  • Information
  • Comments (0)
DOWNLOAD LINK RELATED COMPILER CONTAINS
mikroBasic PRO for PIC
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc

Project Blog

Blog currently doesn't exist!

RELATED CODES

PIC16F877A + LCD + DS1307 real time clock + DHT11 sensor

0

This example shows how to build a real time clock with relative humidity and temperature sensing using PIC16F877A microcontroller, DS1307 RTC and DHT11 sensor where all data are displayed on 20x4 LCD display. The compiler used is CCS C.

[Learn More]

Initialization and run on internal RTC in STM32F100C8

0

Инициализация и включение часов реального времени в МК STM32F100C8. Запуск от внутреннего RC-генератора на 40кГц. Initialization and run on internal RTC in STM32F100C8. Internal RC-oscillator 40kHz.

[Learn More]

AVR's Internal RTC

0

Using AVR's internal timer 0 we can effectively make a RTC.

[Learn More]