single player mbedKart

Dependencies:   Motor

(notes)

Revisions of main.cpp

Revision Date Message Actions
45:29d1f7734b9b 2018-12-13 Final build. Scrapped sound and SD libraries because nothing works File  Diff  Annotate
44:40183935dc5f 2018-12-13 buggy wav stuff File  Diff  Annotate
43:6fb9461e9aa3 2018-12-13 Added Wave stuff; File  Diff  Annotate
42:d7e8f7331a65 2018-12-13 We have a filesystem File  Diff  Annotate
40:5f44e4081eb8 2018-12-13 Trying to add sd card support File  Diff  Annotate
38:db41ff8c0e00 2018-12-13 It works even better (it flashes RGB out of the main loop) File  Diff  Annotate
37:44d2cbbd8507 2018-12-13 Fixed acceleration not working at the beginning. Made game win like a pause, which you can get out of. File  Diff  Annotate
36:a844c1388408 2018-12-13 It works File  Diff  Annotate
35:b0c68a76acc9 2018-12-13 Remove unused item code File  Diff  Annotate
34:7989a5914d7d 2018-12-13 edited rgb sensor thresholds; File  Diff  Annotate
33:820a1510cf2e 2018-12-13 Removed rest of Wifi. Sad face File  Diff  Annotate
32:8a7a72c360ed 2018-12-13 fixed a few bugs; File  Diff  Annotate
31:0d925d69cbe2 2018-12-13 single player version of mbedKart; File  Diff  Annotate
30:889aff39caa8 2018-12-12 Removed config.h. Turns out the ESP8266 driver is included in mbed-os so we're definitely going this route File  Diff  Annotate
29:1d568c399cb7 2018-12-12 Deleted all XBee libraries and code. Begin work with Wifi instead. File  Diff  Annotate
28:0187a2d494a2 2018-12-11 Added to speed control to allow going into reverse using the brake button. Also added multipliers for left and right to allow steering while accelerating. File  Diff  Annotate
27:2872e658125e 2018-12-11 Removed xbee send for button 5 and changed item button to button 5 File  Diff  Annotate
26:708fb66f0b6a 2018-12-11 Put xbee receive into its own thread File  Diff  Annotate
23:b0fe1c1046dc 2018-12-11 Added pc for debugging; File  Diff  Annotate
21:f8f6c1f5743c 2018-12-11 Added pan and channel configuration File  Diff  Annotate
18:6c93ec600402 2018-12-11 Fixed XBeeLib broken identifiers File  Diff  Annotate
16:40f697a68445 2018-12-11 Changed send/receive code to 802.15.4 API. Rearranged code to make more sense. File  Diff  Annotate
15:350b9128a602 2018-12-10 Fixed speed control to not go below 0.0 or above 1.0 File  Diff  Annotate
13:583181de031e 2018-12-10 Added basic XBee communication and corresponding game logic File  Diff  Annotate
12:4fec6ed886ab 2018-12-10 Added item logic to main branch File  Diff  Annotate
11:8d4b7702ac06 2018-12-10 Speed control WORKS File  Diff  Annotate
10:83c5333f5b16 2018-12-10 Added item logic code. File  Diff  Annotate
9:6649141315be 2018-12-10 Removed item_thread as that functionality is now in check_rgb File  Diff  Annotate
8:92bf0cc337b5 2018-12-10 Implemented pausing internally File  Diff  Annotate
7:ee46a1d4227b 2018-12-10 Change Thread::wait to ThisThread::sleep_for File  Diff  Annotate
6:57a0323bb6b7 2018-12-10 Fixed threads to properly use mbed-os API File  Diff  Annotate
5:839f7f3e31d6 2018-12-09 Merged File  Diff  Annotate
4:e9bb401ef608 2018-12-09 Removed SDFilesystem and waveplayer libraries, to be added back later. Also switched mbed library to mbed-os for more up to date features File  Diff  Annotate
3:6c749bff51aa 2018-12-09 Added variables for game state. Added code for thread to read RGB sensor. File  Diff  Annotate
2:b57d7156830c 2018-12-09 Moved rgbsensor.cpp into rgbsensor.h to match the behavior of rgbled.h. Now to mix and match libraries. File  Diff  Annotate
1:ad77fbbd36cd 2018-11-27 Test File  Diff  Annotate
0:a9a4c0fd5f8a 2018-11-27 Start File  Diff  Annotate