ATtinySerialOut

Communication

Minimal bit-bang send serial 115200 or 38400 baud for 1 MHz or 230400 baud for 8/16 MHz ATtiny clock.Perfect for debugging purposes.Code size is only 76 bytes@38400 baud or 196 bytes@115200 baud (including first call)
TinySerialOut is a bit like the SoftwareSerial libray, but taylored for ATtinys and simpler and more lightweight.Basic functions are: writeBinary(), writeInt() etc.writeString()Serial.print(), Serial.println()Default TX pin is PB2 on an ATtiny85, PD6 on ATtiny88 and PA1 on an ATtiny167.Contains the OpenWindowAlarm example.New: Usage of ATTinyCore pin numbering scheme e.g. PIN_PB2.Revision History

Author: Armin Joachimsmeyer

Maintainer: Armin Joachimsmeyer

Read the documentation

Compatibility

This library is compatible with the avr architecture so you should be able to use it on the following Arduino boards:

Compatibility Note

Note: while the library is supposed to compile correctly on these architectures, it might require specific hardware features that may be available only on some boards.

Releases

To use this library, open the Library Manager in the Arduino IDE and install it from there.