Free pascal AVR microcontroller projects
Stars
28
Forks
5
Watchers
28
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
204
commits
8
commits
Make check for single dataport a compile time check. Also add a check for consecutive data pins to simplify data transfer for that case.
4ce344fView on GitHubChange config from include file to Pascal unit. Disable interrupts during time sensitive measurements. Jump to cleanup on first timing error.
f2aad6bView on GitHubAlso check if UBRR1 is declared if UBRR0 does not exist, the case for e.g. atmega32U4.
33856a5View on GitHubChange binToDec lookup table to progmem section to save RAM.
a2e261dView on GitHubAdd verify check after scan. Use minimum delay when checking if a temperature conversion is in progress.
72e5ba3View on GitHub