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 (141580 times)
  2. FAT32 Library (74515 times)
  3. Network Ethernet Library (59057 times)
  4. USB Device Library (49059 times)
  5. Network WiFi Library (44832 times)
  6. FT800 Library (44379 times)
  7. GSM click (31067 times)
  8. mikroSDK (29927 times)
  9. microSD click (27493 times)
  10. PID Library (27491 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

atmega128 RTOS

Rating:

0

Author: Alex Marcusan

Last Updated: 2012-03-18

Package Version: 1.0.0.0

Category: Other Codes

Downloaded: 966 times

Not followed.

License: MIT license  

Real time OS. with background task.
You need the last verion of mikroe AVR C copiler.

In case of GCC version of OS , let me know and I will put the code.

No Abuse Reported

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

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

Do you want to report abuse regarding "atmega128 RTOS".

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

Project Blog

Blog currently doesn't exist!

RELATED CODES

DELAYS IN MICROSECONDS STM32 USING CYCLE COUNT

0

DELAYS IN MICROSECONDS STM32USING CYCLE COUNT videos https://youtu.be/2x28Sekx1U0 f411 https://youtu.be/hHttPXPNu20

[Learn More]

I2C Scan functions

0

This is a simple bit of code that allows you to scan the I2C bus for devices that exist. The MikroC I2C functions will not time out and will wait forever for a response. These functions will timeout if no response and move to the next address...

[Learn More]

MAX7219 with 7 Segment Display

0

MAX7219 LED dot matrix and 7 segment display driver used to multiplex a 4 digit 7 segment display. The display and control data is sent over software serial SPI to the MAX7219 IC - The MAX7219 takes care of the BCD encoding and multiplexing functions from there.

[Learn More]