Skip to content

Releases: ArminJo/ATtinySerialOut

Support of all ports of ATtiny88 using ATTinyCore numbering scheme.

03 May 10:02
Compare
Choose a tag to compare
  • Support of all ports of ATtiny88 using ATTinyCore numbering scheme.
  • Usage of ATTinyCore pin numbering also for ATtiny167.

Usage of ATTinyCore pin numbering scheme e.g. PIN_PB2

27 Jul 10:25
Compare
Choose a tag to compare

Usage of ATTinyCore pin numbering scheme e.g. PIN_PB2 and therefore removed USE_PORTB_FOR_TX_PIN.

Adjusted macro for MH-ET LIVE Core

23 Nov 18:31
Compare
Choose a tag to compare
v2.1.1

Bumped version to 2.1.1 Adjusted macro for MH-ET LIVE Core.

Added USE_PORTB_FOR_TX_PIN

05 Aug 11:16
Compare
Choose a tag to compare
  • Added compile guard.
  • Added USE_PORTB_FOR_TX_PIN to allow TX pin on port B for ATtiny87/167.
  • Improved #if guard for instance naming.

Renamed ATtinySerialOut.cpp to ATtinySerialOut.hpp

12 Sep 23:30
Compare
Choose a tag to compare
  • Renamed ATtinySerialOut.cpp to ATtinySerialOut.hpp => TX pin can be defined in main program.
  • Added symbol TINY_SERIAL_INHERIT_FROM_PRINT - if defined, you can use this class as a replacement for standard Serial as a print class.

Added ATtiny88 support

11 Mar 10:26
Compare
Choose a tag to compare
  • Cloned ATtinySerialOut.cpp as ATtinySerialOut.cpp.h for direct include.
  • Added ATtiny88 support.

ATtinyX4 support

25 Oct 05:40
Compare
Choose a tag to compare
1.2.1

Version for ATtinyX4

Moved functions + ATtiny167 Support

29 Aug 00:17
Compare
Choose a tag to compare
  • Removed workaround #define __FlashStringHelper fstr_t for old Digispark core < 1.6.8 in order to work with core >= 1.7.0.
  • ATtiny167 Support.
  • Moved functions from to cpp file.

Corrected output format for uint16_t and uint32_t, improved Print class handling.

30 May 19:05
Compare
Choose a tag to compare
  • Removed symbol TINY_SERIAL_INHERIT_FROM_PRINT and replaced by macro #define Print TinySerialOut
  • Changed int to int16_t and long to int32_t.
  • Use utoa() and ultoa() for uint16_t and uint32_t.

Added function writeCRLF()

29 Mar 15:29
Compare
Choose a tag to compare
1.0.5

Version 1.0.5