Skip to content

Redesign / Cleanup / Raspberry PI Support

Latest
Compare
Choose a tag to compare
@pschatzmann pschatzmann released this 05 Oct 13:55
· 8 commits to main since this release

What's Changed

  • The Arduino Core has been changed to a git submodule that points to the Arduino Core maintained by Arduino
  • I am providing GPIO, SPI, I2C and Serial support for the Rasberry PI
  • The GPI, SPI and I2C abstraction has been redesigned and is much more consistent now
  • I added some cmake functions for arduino_sketch and and arduino_library: the new cmake definitions for each sketch are condensed to 1 or 2 lines of code
  • A complete and comprehensive documentation is available in the Wiki
  • I completed the implementation to support WiFiClientSecure which provides https support

Full Changelog: v0.1.3...v0.2.0