Skip to content

v1.0.2

Compare
Choose a tag to compare
@j54n1n j54n1n released this 20 Mar 09:56
· 43 commits to master since this release

1f3b79a Added modified platform variants for the support of the SoftwareSerial library
020e706 Added IntegerEasyTransfer examples
c5b202e Added readme & license
2f7917d Renamed ArduinoRobotEasyTransfer library to IntegerEasyTransfer and backported Arduino Robot modifications
e91f767 Modified ArduinoRobotEasyTransfer to conform with Arduino Library Spec 2.0
4f42cc0 Merge branch 'develop' of ../Arduino-EasyTransfer into develop
73dbf0b Preparing merge of EasyTransfer library
9941b63 Merge pull request madsci1016/Arduino-EasyTransfer#14 from PaulStoffregen/master
06f6d69 Use INPUT_PULLUP, for better compatibility with non-AVR boards
e7190ea Use fixed 16 bit integers for compatibility between boards
820a6f1 Removed unused header file references.
b96b7cf Fixed illegal memory access bug. Whoops!
2c04541 Merge pull request madsci1016/Arduino-EasyTransfer#4 from Palatis/master
c7b1413 Use Stream instead of *Serial/TwoWire
c4e728f Changed RX buffer to dynamic memory allocation to save RAM
3ab8e9a VirtualWire version tested, bugs fixed.
afd2bb3 2.0 update, merged in Soft version, wrote Virtual Wire version, untested.
b9d3374 Merge pull request madsci1016/Arduino-EasyTransfer#2 from kumy/master
493679c croped image
17e41ca Add wiring exemple pictures.
f84a6e2 Made it Arduino 1.0 compatible
984a378 Make the example work ;)
d23ebd0 Merge pull request madsci1016/Arduino-EasyTransfer#1 from kumy/master
a93b1e3 Forked EasyTransfer to EasyTransferI2C
3457aa0 Arduino 1.0, take 2.
e990a38 Now Arduino 1.0 compatible!
98f4d8f Signed-off-by: Bill Porter madsci1016@gmail.com
34b7153 Updated Readme
5faabd3 Added readme txt
ec03b6a Added to Git, the right way this time.