GroupA / Mbed 2 deprecated WaG_final

Dependencies:   mbed

Fork of Lab_6_WaG by GroupA

Changes

RevisionDateWhoCommit message
78:84ce90a76594 2018-04-27 spm71 Finished default tip
77:73e1cf3a7284 2018-04-26 phn10 Fixed station errors
76:7514ca07b45d 2018-04-26 phn10 Added comments
75:49e69031799c 2018-04-26 phn10 tested function gnoll() and whack() ready for demo
74:8881f4aeb174 2018-04-24 phn10 fix hit and miss display, and update timing function in whack()
73:e8f7ee59d3e5 2018-04-23 phn10 working on whack() function. The code compiled and the function works fine. However, still need to test on the timing requirement.
72:aec869655869 2018-04-23 phn10 fixed the LED not light up in the gnoll() function. 2 issues still need to be improved:; 1. add a wait() after spi_send which light up the LED, or else the led won't light up.; 2. there is still some lagging between when laser light up and LED light up
71:6ced854bebb2 2018-04-23 phn10 minor fix rand() function
70:a1990ee177b3 2018-04-23 phn10 fix -5 error
69:1b7271bd4a75 2018-04-23 spm71 Timer fix
68:9245d6ce176e 2018-04-19 spm71 Gnoll timer update
67:6dffd5c82eb6 2018-04-19 spm71 Main function tweaks
66:70efa618c378 2018-04-19 spm71 Bug hunting
65:b8f3339b9268 2018-04-19 phn10 fix all errors (maybe?) in whack() function
64:72f7f5757f0d 2018-04-19 phn10 keep working on whack() function, not complied yet;
63:8fcb1cc55e18 2018-04-17 spm71 Merge with gnoller
62:b73067127fd6 2018-04-17 spm71 Added to gnoller function
61:778e7e30e370 2018-04-17 phn10 complete whack() function but haven't compiled yet
60:604c10531f58 2018-04-17 phn10 merge
59:6b3a52d87465 2018-04-17 phn10 Working on wag.cpp, not compiled yet
58:69f9a4607a16 2018-04-12 spm71 Started whacker function
57:aef01bd9b3be 2018-04-12 spm71 Added WaG code file
56:048b30c9f2a1 2018-04-06 spm71 Final update
55:1a25dd75e309 2018-04-05 phn10 complete part 10
54:d5a95bc8ffb0 2018-04-05 spm71 So close...
53:389fe53b2642 2018-04-05 spm71 Revised stepper function;
52:8987e38851e5 2018-04-03 spm71 add repeatability_test() function and part 10 test
51:1eb60f0d2f03 2018-04-03 spm71 test
50:e3a03bc1e1a6 2018-04-03 spm71 Motor updates
49:80d4ffabec16 2018-04-03 spm71 Step motor code update
48:d612de6880b0 2018-03-30 phn10 merge
47:0547118e348e 2018-03-30 phn10 finish function stp_calibrate() in part 9 of lab 6. Haven't tested yet. The constant PTTHRESH is undefined because the laser power is weak and cannot impose 2.2V on sensor
46:85c4b722baa7 2018-03-30 spm71 Part 8
45:54d18ab80fd1 2018-03-29 phn10 merge;
44:4c2ba5bbba67 2018-03-29 phn10 create wag.h, declaring variables, and start working on stp_calibrate() function
43:3b7f326aa096 2018-03-29 spm71 Modified phototransistor test
42:6cba679a4ee4 2018-03-29 spm71 Added laser functions
41:9b293b14b845 2018-03-27 spm71 Stepper test is functional.
40:4e82369f337c 2018-03-23 phn10 testing the function test_phototransistors(). The code works fine, but there are something wrong with Phototransistors, lighting doesn't increase signal voltage. Need to check with Paul.
39:abf211b17e3c 2018-03-23 spm71 Finished LED test
38:57af77435ae1 2018-03-23 spm71 troubleshooting
37:7ec498a322c1 2018-03-22 spm71 Merge
36:7b562e336a26 2018-03-22 phn10 initial commit on test_phototransisto() function. Still need to test on USER_BUTTON pressed and released at the beginning and at the end of the function.
35:ad2b3d6f0e5a 2018-03-22 spm71 Started stepper functions
34:378a49e5b15f 2018-03-22 spm71 Bug hunting
33:0b5188ea34e8 2018-03-22 spm71 Please merge;
32:4fe43fa66ce8 2018-03-22 phn10 complete function ana_scan_mux()
31:0dc2b4a3eee6 2018-03-22 spm71 Fixed LED display code
30:a80e4e3f0d56 2018-03-22 spm71 merge 2
29:0736dfa41aab 2018-03-22 phn10 clear comments after merge
28:a07b27cc6d13 2018-03-22 phn10 merge;
27:3006f5abc0a5 2018-03-22 phn10 complete function ana_init()
26:58befaac9643 2018-03-22 spm71 Changed utility file
25:896dbc85907e 2018-03-22 spm71 Changes to main
24:0691bfc946e9 2018-03-20 spm71 Added analog files
23:3da1d39c1ae9 2018-03-20 spm71 Started code for Lab 6
22:09dd6977576b 2018-03-08 spm71 Final code rework
21:88f9f280931b 2018-03-07 spm71 Bug fixes
20:d23bcd97f2c5 2018-03-06 spm71 implemented menu and first option in the menu.; implementing the second option
19:ad514b1dd53f 2018-03-02 spm71 Oops