The Code Repository for the REV0 Steering Wheel.

Dependencies:   CANBuffer KS0108_fork mbed-rtos mbed CAN Addresses

Fork of REVO_Updated_Steering by Penn Electric

Changes

RevisionDateWhoCommit message
47:5d3c6f85fa29 2015-05-30 jayf Fixed all known steering wheel issues default tip
46:28d246b6fe65 2015-05-15 jayf I didn't think I changed anything
45:aea289639d6b 2015-05-15 jayf More changes
44:80d821b5a0e7 2015-05-14 jayf Fixed Merge Conflicts
43:47a3ac562be8 2015-05-14 jayf Started work on a performance test
42:701df58e923a 2015-03-23 kiran_mbed Removed Blocking of Start CAN Message.; Removed Sending of START Message bug
41:7c5ea411fad2 2015-02-08 tmccurbin Power bar implemented
40:92f08fdc32df 2015-02-08 tmccurbin All variables show on proper screen
39:e6aa6dcf3f75 2015-02-08 tmccurbin Fixed filters. Implemented thresholds for variable updates.
38:d04a430d7fe3 2015-02-08 tmccurbin Implemented Filters
37:c9b9057079d9 2015-01-29 tmccurbin Added a reference library from the previous version.
36:8544a8900884 2015-01-29 tmccurbin MAJOR UPDATE; New libraries added for screens, buffers, & CAN addresses.; CAN data displays in real-time.
35:b42afc973902 2014-11-22 palimar Added linked list, also graphics updates only when variables change.
34:9a4103f39042 2014-11-15 tmccurbin Created new ks0108 lib
33:3b0157d15182 2014-11-15 tmccurbin Changed location of Arial font
32:535acb159709 2014-11-15 tmccurbin New font, Toggle Button Added
31:9aa1a2d7d1fb 2014-10-30 tmccurbin Changed the name of function "request_status_change" to Drive_Request.; Changed "requesting change of drive status" to "Drive Mode Request..."
30:f0095515f6cb 2014-10-25 tmccurbin Rectified button output issue: Input pins were originally listed as output
29:9c48604d98b6 2014-10-25 tmccurbin extern "C" added
28:3ebe6db73fe0 2014-10-25 tmccurbin Changed the On and Reset buttons for testing purposes
27:3a6d5243e5e7 2014-10-18 tmccurbin Re-added soft reset functionality
26:e0256fd314eb 2014-11-14 palimar rudimentary display methods added
25:fc63a5bffffc 2014-11-14 palimar Merged Tips
24:ba3428215006 2014-11-14 palimar Reswapped code
23:6681a38918c6 2014-11-13 palimar Major Milestone 1: Reset and Start/Stop Functionality works!
22:ab33195882e3 2014-11-04 tmccurbin Implemented code to differentiate button-holding
21:56890c41ecf1 2014-10-25 palimar Added new thread to update drive status variable
20:c3f4828f3cbc 2014-10-25 palimar changed debug info
19:5c03aa4dfde1 2014-10-25 palimar Changed the Print Messages
18:674450a9d98d 2014-10-25 palimar None -> PullDown for inputs
17:e97c889873e2 2014-10-25 palimar swapped digital out for digital in
16:d2953809fb31 2014-10-18 palimar Removed Digital_InOut.h, rewrote all code to handle input and code with LPCDigitalOut.h, added Tyrell's reset code and added CANBuffer.
15:da14227cdd1d 2014-10-18 palimar merged 2 tips
14:3e21d6c764a5 2014-10-18 palimar Changed the name of CAN_Filter_LUT.h to lowercase
13:1f05dcd9ae0e 2014-10-18 palimar Added code to send multiple change status requests
12:e99a0f23e91a 2014-10-18 tmccurbin Added soft reset command:; mbed_reset();
11:0f02bb177410 2014-10-18 tmccurbin Added soft reset command:; extern "C" void mbed_reset()
10:493f2151d5f1 2014-10-18 tmccurbin Added Direct Write to Reset
9:e946cafa3cae 2014-10-18 palimar Added preliminary code to send drive status requests.
8:57f279f486d9 2014-10-16 tmccurbin Added CAN Buffer
7:df257df56363 2014-10-04 palimar Merged the two tips.
6:99e754ac888f 2014-10-04 palimar Added second thread to display dummy speed info.
5:05f8a36b5cdd 2014-10-04 tmccurbin Removed TL and TR Button functionality.; Set BL to ON; BR to Reset
4:a4fb060e7840 2014-10-04 palimar Added some comments
3:fcec60c7f2c6 2014-10-04 palimar Added RTOS library and updated MBED library.
2:b9a174369121 2014-10-02 palimar Deleted extra copy of project.
1:9f481edc1641 2014-10-02 PennElectric Updated Steering REV0
0:313541d8f8be 2014-09-27 kiran_mbed Steering_Display;