Thad House
b637b9ee4c
Prepends all HAL functions with HAL_ ( #146 )
2016-07-09 00:24:26 -07:00
Tyler Veness
4aca3c2022
Removed extraneous curly braces around std::lock_guards in PIDController class ( #78 )
2016-05-26 12:59:34 -07:00
Peter Johnson
565a125dad
Reformat for recent commits ( #54 )
2016-05-24 22:16:21 -07:00
Thad House
e842ff7ad5
Explicitly stop the PIDController Notifier in the destructor ( #48 )
...
This helps reduce the probability of a PID Controller Segmentation Fault.
2016-05-22 23:24:10 -07:00
Thad House
8fc55c80a9
Renames all our .hpp HAL files to .h ( #44 )
...
Adds consistency, as the HAL was .hpp however all other code was .h.
2016-05-22 21:41:22 -07:00
Peter Mitrano
e71f454b9d
Renamed folders for consistency, using sim/athena/shared schema ( #27 )
...
Rename the following folders:
hal/lib/Athena -> hal/lib/athena
hal/lib/Desktop -> hal/lib/sim
hal/lib/Shared -> hal/lib/shared
wpilibc/Athena -> wpilibc/athena
wpilibc/simulation -> wpilibc/sim
Windows users may need to run gradlew clean after updating.
2016-05-22 14:55:51 -07:00