This repository has been archived on 2021-01-07 . You can view files and clone it. You cannot open issues or pull requests or push a commit.
bc5d45359aa9370e6665c5c03eb5c3fff13db23e
- sizeof(info) should not be increased (16->18) since the size is never exchanged with the I2C master. Also using a non 2^x size will result in bigger code since the compiler can no longer use a simple AND to implement the bcnt %= sizeof(info). - when using a info[16] the firmware is small enough to fit in a 512 word bootloader again :)
Description
Modified version of twiboot to fit our purposes
102 KiB
Languages
C
90.6%
Makefile
9.4%