Menu

VEduino Library for Arduino / Blog: Recent posts

Version 0.22 released

Added the library.properties file.

Posted by Vanyamba Software 2018-10-26

Version 0.21 released

  • Watchdog fixed.
  • USI class started.
  • Documentation updated.
Posted by Vanyamba Software 2017-06-09

Version 0.20 released.

  • Read/write float types added to DEV_EEPROM.
Posted by Vanyamba Software 2017-05-12 Labels: arduino

Version 0.19 released.

  • DEV_RCCTRL added.
  • ClockSwitch class changed.
  • signatureRead function changed.
  • doSPM function added to the StoreProgMem class.
  • State functions added.
  • TimerHS fixed.
Posted by Vanyamba Software 2017-05-07 Labels: arduino

Version 0.18 released

  • Fixed PCMSK definition for ATmega16U4/32U4.
  • USB Endpoint renamed.
Posted by Vanyamba Software 2016-04-04

Version 0.17 released

Fixed PCINT interrupts definition.

Posted by Vanyamba Software 2015-10-19

Version 0.16 released

  • Renamed files with 've_' prefix added in order to make VEduino compatible with other Arduino libraries.
  • Fixed external interrupts definition.
  • Patched for prog_uchar deprecation.
Posted by Vanyamba Software 2014-12-26

Version 0.15 released

Added include of <externalinterruptflags.h> to <ve_avr.h>.</ve_avr.h></externalinterruptflags.h>

Posted by Vanyamba Software 2014-12-18

Version 0.14 released

Removed ATmega164A/PA/324A/PA/644A/PA Timer/Counter 3.

Posted by Vanyamba Software 2012-12-20

Version 0.13 released

Added ATmega164A/PA/324A/PA/644A/PA/1284/P support (Sanguino/Daiduino boards).

Posted by Vanyamba Software 2012-12-20

VEduino Library for Arduino version 0.12 released

Added VEduino_LEDfade example.
Added Timer2 to ATmega16U4/32U4.
Fixed avrdef.h.

Posted by Vanyamba Software 2012-12-14

VEduino Library for Arduino version 0.9 released

Added ATmega48P/88P/168P and ATmega640/1280/1281/2561 support.
Now it uses VE_ATmega* macros (see ve_avr.h).

Posted by Vanyamba Software 2012-12-12

Version 0.8 released.

Fixed TimerW class for ATmega16U4/32U4.
Added operator << to EEPROM class.
Fixed operator >> of EEPROM class.

Posted by Vanyamba Software 2012-12-11

VEduino Library for Arduino version 0.7 released

Arduino Leonardo support added.

Posted by Vanyamba Software 2012-12-10

VEduino version 0.6 released

DEV_EEPROM read/write methods changed to operator [] with EEPROM::ptr class.
sleep() function added.

Posted by Vanyamba Software 2012-11-27