ATtinySerialOut icon indicating copy to clipboard operation
ATtinySerialOut copied to clipboard

Minimal bit-bang send serial 38400/115200 baud for 1MHz or 115200/230400 baud for 8 or 16MHz ATtiny clock

Results 1 ATtinySerialOut issues
Sort by recently updated
recently updated
newest added

Cannot getting it working on ATtiny88@8MHz(internal) + ATTinyCore 1.5.2 I must do something wrong, here is my code : ``` #include // required for main() #define TX_PIN PIN_PC1 #include "ATtinySerialOut.hpp"...