aboutsummaryrefslogtreecommitdiff
path: root/shared/readme.md
blob: 870f0153e3d328bd8c31aa0da50fcc577aa18e3e (plain)
1
2
3
4
5
6
7
8
# shared code

this is the subdirectory for all code that is shared between the robot code and
the client code. to use these, include the .h files with a relative path (e.g.
`#include "../shared/consts.h"`). makefiles should add `include
../shared/makefile` to add the .c and .h files to `$SOURCES` and `$HEADERS` in
the makefile targets (this is already done for the robot and client
subdirectories).