Releases: Locoduino/DIO2
Releases · Locoduino/DIO2
rp2040 support
Use of the new ArduiEmulatorWin
Revision History
Mai 2019 - Version 1.5.1
- Change Visual Studio project to be conform to ArduiEmulator 2.0.0
v1.5.0 - Add support for non AVR architectures.
Add support for non AVR architectures.
1.4.1
v1.4.0
July 2017 - Version 1.4
- Add new samples for Arduino Leonardo and Arduino Micro
- Add analog pins declaration for Uno and Nano .
December 2016 - Version 1.3
- Add good definitions for analog pins for Mega.
September 2016 - Version 1.2
- DUE compatibility added. In fact, just redirect the DIO functions to classic Arduino functions...
April 2016 - Version 1.1
- Arduino Nano and Leonardo added. Due has been added also, but only for compatibility, no improvementf or that kind of Arduino.
- No more file copy necessary at library installation. The compilation will choose the right include file according to the Arduino IDE flags.
- A new function GPIO_to_Arduino_pin has been added to transform a GPIO_pin_t into a classic pin number in integer type.
March 2015 - Version 1.0
- Directory structure changed so that this package can be installed as Arduino library.
February 2014 - First release.