-
Notifications
You must be signed in to change notification settings - Fork 0
Release 1.2.0
Tom Tzook edited this page Dec 8, 2017
·
2 revisions
Release 1.2.0 focuses on the non-FRC robot framework, making it the center of FlashLib.
1.2.0 introduces new features into FlashLib like the Hardware Abstraction Layer, and provides improvements of existing features. From this version FlashLib is ready to be fully deployed with non-FRC robotics applications.
- First version of the Hardware Abstraction Layer:
- HAL headers and JNI.
- DIO, Analog, Counters, PWM.
- HAL implementation for BeagleBone Black in user space.
- Fixes for robot bases.
- Integration of HAL with robot bases.
-
edu.flash3388.flashlib.robot.sbc
package merged withedu.flash3388.flashlib.robot
.
- Added abstract port interfaces.
- Added
AnalogGyro
. - Added
IndexEncoder
andQuadratureEncoder
. - Added
AnalogAccelerometer
. - Added
AnalogRangeFinder
PulseWidthRangeFinder
Ultrasonic
. - Added
Servo
PWMSpeedController
Talon
TalonSRX
. - Added
IOFactory
andIOProvider
for creation of abstract IO port implementations.
- Flashboard GUI rewrite.
- Flashboard controls rewrite.
- Added Flashboard graphical display controls (graphs, indicators).
- Added Flashboard HID interface.
- Added Flashboard mode selector window.
- Build script separated for each FlashLib part.