Skip to content

Releases: Locoduino/DIO2

rp2040 support

28 Apr 18:36
Compare
Choose a tag to compare

Add bypass support for rp2040 micro-controlers : Raspberry Pi Pico !

Use of the new ArduiEmulatorWin

31 May 19:20
Compare
Choose a tag to compare

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.

24 Dec 15:05
Compare
Choose a tag to compare

Add support for non AVR architectures.

1.4.1

15 Jul 12:55
Compare
Choose a tag to compare

July 2018 - Version 1.4.1
Fix Keywords.txt format.

v1.4.0

24 Nov 20:15
Compare
Choose a tag to compare

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.