add support for turnouts
This commit is contained in:
parent
0b528fbf1e
commit
8a849fd732
6 changed files with 238 additions and 29 deletions
|
|
@ -17,7 +17,7 @@ set(PORT_SPEED "57600" CACHE STRING "Serial Port Speed")
|
|||
set(PROGRAMMER "stk500v1" CACHE STRING "Programmer Type")
|
||||
set(COMPILE_FLAGS "" CACHE STRING "Additional Compiler Flags")
|
||||
|
||||
set(SRC_FILES main.cpp serial.cpp train.cpp item.cpp)
|
||||
set(SRC_FILES main.cpp serial.cpp train.cpp item.cpp turnout.cpp)
|
||||
|
||||
# Compiler suite specification
|
||||
set(CMAKE_C_COMPILER /usr/bin/avr-gcc)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue