You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
v1.1 2008-06-24 Now can compile for atmega8 Reported by creatrope
v1.2 2009-03-30 Fixed a problem that prevented compiling with arduino-0015 Reported by Jaime Castro
v1.3 2009-04-01 Fixed a compatibility problem with ATMEGA328 of the new arduino Now use SIGNAL(TIMER1_COMPA_vect) instead of ISR(SIG_OUTPUT_COMPARE1A) as discussed and reported by Jaime Castro.
v1.4 2010-01-29 Added vx_tx_active(), suggested by Alan Burlison.
v1.5 2011-09-09 Added vx_tx_active() function.
v1.6 2012-01-10 Fixed a problem where the receiver was always reenabled after transmission. Reported by David Bath
v1.18 Added support for Maple, Flymaple etc with STM32F103RE processor using timer 1. Tested with Flymaple 1.1 and maple-ide-v0.0.12
v1.19 Added new function vw_rx_inverted(), to allow the incoming RX to be inverted (normally high). Minor improvements to timer setup for Maple. Name vw_tx_active() changed from incorrect vx_tx_active()
v1.20 Added support for ATtiny84, patched by Chuck Benedict.
v1.21 Added support for most AVR8 platforms with proper configuration, without depending on Arduino environment, such as Atmega32u2, Atmega32U4, At90USB162 etc, contributed by Alexandru Daniel Mircescu.
v1.22 Alexandru Daniel Mircescu fixed some problems with the recently added AtMega32U2 support.
v1.23 Fixed some errors and inaccuracies in documentation, with the kind assistance of Alexandru Mircescu.
v1.24 Minor performance improvement to vw_symbol_6to4() courtesy Ralph Doncaster.
v1.25 Removed all use of floating point code, with assistance of a patch from Jim Remington. Result is smaller code size.
v1.26 Removed util/crc16.h from distribution, since it is now included in arduino IDE since version 1.0. Support for arduino IDE prior to 1.0 is now abandoned.
v1.27 Reinstated VWutil/crc16.h for the benefit of other platforms such as Teensy. Testing on Teensy 3.1. Added End Of Life notice. This library will no longer be maintained and updated: use RadioHead instead.