TOP Contributors

  1. MIKROE (2650 codes)
  2. Alcides Ramos (350 codes)
  3. Shawon Shahryiar (307 codes)
  4. jm_palomino (112 codes)
  5. Chisanga Mumba (90 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 (136556 times)
  2. FAT32 Library (69760 times)
  3. Network Ethernet Library (55856 times)
  4. USB Device Library (46198 times)
  5. Network WiFi Library (41818 times)
  6. FT800 Library (41023 times)
  7. GSM click (28933 times)
  8. PID Library (26386 times)
  9. mikroSDK (26297 times)
  10. microSD click (25307 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
Example

ADC_T0_VOLTS

Rating:

0

Author: Dennis Lepine

Last Updated: 2013-11-17

Package Version: 1.0.0.0

Example: 1.0.0.0

Category: Measurement

Downloaded: 1463 times

Not followed.

License: MIT license  

This program reads an analog input on AN0(PORTA.B0) using Vcc as the reference. Both the ACD value (0-1023) and the voltage (0.000-5.000) are displayed on a 2X16LCD. This is more for beginners, like me, starting to learn the C programming language and MikroC Pro.
Processor: 18F45K22
Development Board: EasyPICv7

No Abuse Reported

Do you want to subscribe in order to receive notifications regarding "ADC_T0_VOLTS" changes.

Do you want to unsubscribe in order to stop receiving notifications regarding "ADC_T0_VOLTS" changes.

Do you want to report abuse regarding "ADC_T0_VOLTS".

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

Example Blog

Blog currently doesn't exist!

ALSO FROM THIS AUTHOR

Internet Based Date-Time-Weather Sync Using The ESP8266

0

Using a ESP8266 wifi module and a 18F45K22, date and time are stripped off a Google Serv. and sync'd with the clock routine. Clock auto set. Adjusted for DST in N.A. Adjust time zone. Adjust poll times. Weather is had using Yahoo weather api. Included are the NodeMCU Lua code files used on the ESP8266. * This was just an exercise in feasibility.

[Learn More]

Symon Says

0

Demonstration of an old memory game, Simon Says. It uses a 128x64 GLCD. Game is played entirely by the touch screen. Uses sound effects. This is more for beginners, like me, starting to learn the C programming language and MikroC Pro using the EasyPicv7.

[Learn More]

PC-PIC Using Serial Comms

0

Demonstration of RS-232 serial communications between the EasyPIC v7 development board using the 18F45K22 and a windows-based PC. This is more for beginners, like me, starting to learn the C programming language and Visual Basic.

[Learn More]