Nerf StatTrak
Go to file
Mark van Renswoude ba58eb93c0 Moved away from proof of concepts, started prototyping for the final software
- Button library
- State handling and transitions
- Default state: dual counter display
- User unknown state: static for now
- Lost the game state: static for now
2016-12-04 19:53:43 +01:00
eagle Added Eagle schema and board 2016-11-27 23:15:40 +01:00
fritzing Added Sublime project and Fritzing sketch 2016-09-24 22:15:24 +02:00
guide Added build photos for embedding the displays 2016-10-02 19:19:23 +02:00
reference Fixed character output 2016-11-29 20:00:47 +01:00
.gitignore Added Sublime project and Fritzing sketch 2016-09-24 22:15:24 +02:00
Button.cpp Moved away from proof of concepts, started prototyping for the final software 2016-12-04 19:53:43 +01:00
Button.h Moved away from proof of concepts, started prototyping for the final software 2016-12-04 19:53:43 +01:00
Globals.cpp Moved away from proof of concepts, started prototyping for the final software 2016-12-04 19:53:43 +01:00
Globals.h Moved away from proof of concepts, started prototyping for the final software 2016-12-04 19:53:43 +01:00
NerfStatTrek.ino Moved away from proof of concepts, started prototyping for the final software 2016-12-04 19:53:43 +01:00
NerfStatTrek.sublime-project Added Sublime project and Fritzing sketch 2016-09-24 22:15:24 +02:00
NerfStatTrekConfig.h Moved away from proof of concepts, started prototyping for the final software 2016-12-04 19:53:43 +01:00
SegmentDisplay.cpp Moved away from proof of concepts, started prototyping for the final software 2016-12-04 19:53:43 +01:00
SegmentDisplay.h Moved away from proof of concepts, started prototyping for the final software 2016-12-04 19:53:43 +01:00
SegmentDisplayChars.h Fixed character output 2016-11-29 20:00:47 +01:00
SegmentDisplayConfig.h Moved away from proof of concepts, started prototyping for the final software 2016-12-04 19:53:43 +01:00
StateDefault.cpp Moved away from proof of concepts, started prototyping for the final software 2016-12-04 19:53:43 +01:00
StateDefault.h Moved away from proof of concepts, started prototyping for the final software 2016-12-04 19:53:43 +01:00
StateHandler.h Moved away from proof of concepts, started prototyping for the final software 2016-12-04 19:53:43 +01:00
StateLoseTheGame.cpp Moved away from proof of concepts, started prototyping for the final software 2016-12-04 19:53:43 +01:00
StateLoseTheGame.h Moved away from proof of concepts, started prototyping for the final software 2016-12-04 19:53:43 +01:00
StateUserUnknown.cpp Moved away from proof of concepts, started prototyping for the final software 2016-12-04 19:53:43 +01:00
StateUserUnknown.h Moved away from proof of concepts, started prototyping for the final software 2016-12-04 19:53:43 +01:00