aboutsummaryrefslogtreecommitdiff
path: root/arch/attiny85.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* increased voltage precision from 0.025V to 0.02VSelene ToyKeeper2024-03-271-1/+1
| | | | (so 0 to 255 now goes from 0.00V to 5.10V)
* fixed ADC on attiny85 and related buildsSelene ToyKeeper2023-11-271-4/+9
| | | | (also enabled smooth steps on BLF GT, but had to remove stuff to make room)
* moved prevent_reboot_loop() and some other junk out of fsm/main.cSelene ToyKeeper2023-11-191-0/+2
|
* refactor checkpoint: splitting MCU-specific code into arch/$MCU.[ch]Selene ToyKeeper2023-11-101-0/+91
Phew, that's a lot of changes! And there's still a lot more to do...