Skip to content

v1.4.0

Compare
Choose a tag to compare
@Trusty77 Trusty77 released this 24 Nov 20:15
· 7 commits to master since this release

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.