Releases: pschatzmann/Arduino-Emulator
Releases · pschatzmann/Arduino-Emulator
Redesign / Cleanup / Raspberry PI Support
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
September 2025
What's Changed
- Ability to compile under MSVC to run at least unit tests under Windows (via VSCODE) by @SergeAgeyev in #2
- SignalHandler closing EthernetServer, EthernetClient and WiFiUDP
New Contributors
- @SergeAgeyev made their first contribution in #2
Full Changelog: v0.1.2...v0.1.3
May 2024 Release
What's Changed
- Provide functionality of SD library
- EthernetClient: bug fixes
- Fix 404 URL by @bm3-mplanzer in #1
New Contributors
- @bm3-mplanzer made their first contribution in #1
Full Changelog: V0.1...v0.1.2
First Release
I have been using this project in some other examples, so it is about time for the first release...