Ferret is a free software lisp implementation for real time embedded control systems.
-
Updated
May 4, 2020 - Makefile
{{ message }}
Ferret is a free software lisp implementation for real time embedded control systems.
Software for USB-connected relays with HID interface. See the WIKI for more info.
Arduino library to read VCC supply level without external components
Tiny Software Protocol for communication over UART or other channels
Arduino TM16xx library for LED & KEY and LED Matrix modules based on TM1638, TM1637, TM1640 and similar chips. Simply use print() on 7-segment and use Adafruit GFX on matrix.
A little less unfinished TFTP bootloader for Arduino Ethernet or Arduino with Ethernet Shield
ᕲ Duino-Coin is a cryptocurrency that can be mined with Arduino boards.
HWA is a set of C definitions designed for bare metal programming with a pleasant style.
Arduino library to play MML music using a piezo speaker on an output pin. Implemented using the MmlMusic base library.
Application server for constrained platforms
Atmega328 Bootloader for wireless (OTA) code updates, using the CC1101 RF chip.
A really simple, non-preemptive task scheduler.
A framework with Easy menu drawer for 16x2 character LCD with AVR ATMega, built to provide best User-Experience
Tiny command line to facilitate AVR hardware and software development and debugging.
Assembly Cryptography in Atmega. AES encryption implementation for AVR
Arduino compatible libraries
Slow down the server fan speed whilst still allowing extra cooling when needed and shutdown in case of fan failure
Send data to firebase cloud using SIM800 (GPRS Module) and Atmega328p (Arduino) .
Add a description, image, and links to the atmega topic page so that developers can more easily learn about it.
To associate your repository with the atmega topic, visit your repo's landing page and select "manage topics."
In the current implementation, whenever a byte is sent through the Serial port (USART), we immediately acknowledge it. In practice, sending data through the AVR Serial port takes time. For instance, if we use 9600 baud rate, we can send about 960 bytes per second (each byte requires 10 bits in total: