Skip to content

Releases: valerionew/ht1621-7-seg

2.1.2 Fixes Serial print issue

22 Aug 11:28
0dd6f00
Compare
Choose a tag to compare

Fixes #18 by adding the requirement for #define _HTDEBUG to use the serial. Example is updated

Fixes print warnings

11 Jul 20:19
2.1.1
1268f0b
Compare
Choose a tag to compare
  • Propagates fixes in #16

Character display, print celsius

09 Nov 11:15
8922dc3
Compare
Choose a tag to compare
Merge pull request #13 from valerionew/character-display

Character display

Fixes for the leading zeros problem

11 Jun 10:00
437a86b
Compare
Choose a tag to compare

See #7 and #8

Now zeros are correctly represented for values < 1

Fixed keyword separator bug

28 May 12:28
6b7b2ed
Compare
Choose a tag to compare

Thanks to @per1234 for #5

The Arduino IDE requires the use of a single true tab separator between the keyword name and identifier. When spaces are used rather than a true tab, the keyword is not highlighted.

Reference:
https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification#keywords