inspektors/robot/src
Rihards Skuja 0d28903b2c
Fix code duplication between both code bases
Both the robot and the base station had a lot of code that was
identical, like data structs, constants, radio library etc. The chosen
solution was to extract all shared code into a static library and link
the station and robot against it.
2018-01-20 22:51:44 +02:00
..
led.c Add initial code for the base station 2018-01-19 18:13:16 +02:00
main.c Send all sensor values from robot to base 2018-01-20 20:43:41 +02:00
servos.c Add initial code for the base station 2018-01-19 18:13:16 +02:00
sonar.c Restore accidentally deleted code in 4e61155 2018-01-19 20:06:26 +02:00
temperature.c Add initial code for the base station 2018-01-19 18:13:16 +02:00