Skip to content

Releases: rainerum-robotics-arduino/arduinorobot

v1.0.4

20 Mar 09:26
Compare
Choose a tag to compare

699910f Preparing release v1.0.4
9660324 Removed unused header
10690a1 Bumped version in readme
b17c230 Added unit tests to IntegerEasyTransfer library
f43d118 Changed system reset message value to avoid conflict with -1
4105623 Initalized RX packet variables to zero
e8143cf Implemented pinMode
51a1516 Added overloaded write method to TwoWayIntegerEasyTransfer class
4d327e3 Added new command for pinMode to communication protocol
5e171e2 Implemented read and write methods but pinMode is still missing!
7d95492 Added new PID algorithm
b1b0e1d Fixed the bug when calling LineFollow::config(uint8_t,uint8_t,uint8_t,uint8_t) where data was read in reverse order. In C++ the order of evaluation of function arguments is unspecified.
42bd006 Added some functionality of ControlBoard and usage of board macros for compilation
95300d4 NOT_A_PIN is now allowed for the enable pin of a AnalogMultiplexer that has been tied to GND

v1.0.3

05 Mar 20:38
Compare
Choose a tag to compare

c9c6900 Added IntegerEasyTransfer and LottieLemon libraries
d2db7f9 Added example sketch to readout the battery stats
b513c9d Added capability to measure the arduino robot battery
d49a22c Imported legacy Robot_Motor library to new LottieLemon library
e526579 Moved legacy Robot_Motor library files to utility folder
7d3620a Merge commit '660257b152450c97c19a93f8c849f77b38e72e48' into develop
660257b Preparing merge of Robot_Motor library
f1b604a Added new classes to support two way communications and extended messages and software reset
1710862 Fixed 'build.board' preference warning
29bd4ee Fixed license headers. See arduino/Arduino#3498
fa74e26 Robot_Motor: releasing version 1.0.2
42816c7 Due to website configuration changes, every url starting with http://arduino.cc has been changed to http://www.arduino.cc. Fixes arduino/Arduino#3191
7640e30 Bundled libraries update
132bad0 minor changes
158348c Libraries: version now compliant with semver. See http://semver.org/
cb6b46f Added README.adoc for the library manager project
5b4760b Fixed some libraries metadata.
2a59f60 modified sentences in library.properties files
fc1379d Updated all library.properties to 1.5 rev2 lib format
4599a47 Merge branch 'master' into ide-1.5.x
98a1236 Fixed issue arduino/Arduino#1478, arduino/Arduino#1599, arduino/Arduino#1709, motors being opposite, updated turning algorithm
9904cb1 Run new astyle formatter against all the examples
24d4550 Robot_Motor library to the 1.5 format
857620c Updated robot examples and libraries
59a153a Fixed robot libraries and examples for unified Arduino core
ea5299e SPI library to the new format and moved Robot_Motor and Robot_Control libraries
141de7a Merged 1.0.5
c7f4aa5 Added Arduino Robot libraries

v1.0.2

20 Mar 09:56
Compare
Choose a tag to compare

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.

v1.0.1

05 Feb 15:12
Compare
Choose a tag to compare

d2ad0dd Added AnalogMultiplexer library
4ee6437 Changed board.txt with USB VID/PID settings according to https://github.com/sparkfun/Arduino_Boards/blob/master/sparkfun/avr/boards.txt

v1.0.0

17 Jan 21:06
Compare
Choose a tag to compare

e123a94 Updated readme for release
a153564 Added new core files based upon main arduino core
37235d0 Fixed typo
af5b68b First commit