Skip to content

Releases: DocBohn/CowPi_stdio

0.6.3

27 Oct 19:59
22065fa

Choose a tag to compare

Cleaned up "extra" functions

0.6.2

24 Oct 19:40

Choose a tag to compare

Increased compatibility with other libraries

  • Renamed constants to deconflict with other libraries
  • Ported to earlphilower/arduino-pico platform
  • "Extra" functions to drive SSD1306 with OneBitDisplay or AdafruitSSD1306 libraries until a SSD1306 FILE stream is ready in CowPi_stdio

0.6.1

03 Mar 02:47
4654a1b

Choose a tag to compare

Failed stdin/stdout setup will time out

0.6.0

02 Aug 16:50
9f9b46c

Choose a tag to compare

Ready for Fall 2023 Semester

  • Everything up through 0.5.1
  • Replaced cowpi_hd44780_set_send_halfbyte_function() with direct assignment to cowpi_hd44780_send_halfbyte
  • Hardware-based I2C now works in simulator

0.5.1

23 Jul 14:14
ecc9149

Choose a tag to compare

Added compile-time enabling/disabling memory-expensive display modules

0.5.0

03 Jul 21:12
0bafe53

Choose a tag to compare

Has FILE streams for USB connection to host computer and for MAX7219- and HD44780-based display modules, and Morse Code. Works with Nanos and Picos (and a few others). Ready for CSCE 231 Fall 2023.

0.4.4

22 Jun 16:16

Choose a tag to compare

Development is far enough along that we could incorporate this library into any of the past CSCE 231 labs

0.4.3

04 Jun 14:13

Choose a tag to compare

Added support for ARM architectures

0.4.2

01 Jun 23:53

Choose a tag to compare

Extracted CowPi_stdio as a separate library, migrated printf/scanf code from CowPi library to CowPi_stdio library