Nathaniel Chu
/
MicroMouse
MicroMouse
PinDefinitions.h@0:524c6a42541a, 2015-10-22 (annotated)
- Committer:
- nathanielchu
- Date:
- Thu Oct 22 23:50:09 2015 +0000
- Revision:
- 0:524c6a42541a
- Child:
- 1:92eb1c9934ee
commit 1
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
nathanielchu | 0:524c6a42541a | 1 | #include "mbed.h" |
nathanielchu | 0:524c6a42541a | 2 | #include "QEI.h" |
nathanielchu | 0:524c6a42541a | 3 | |
nathanielchu | 0:524c6a42541a | 4 | PwmOut LMOTORA(PB_5); |
nathanielchu | 0:524c6a42541a | 5 | PwmOut LMOTORB(PB_10); |
nathanielchu | 0:524c6a42541a | 6 | PwmOut RMOTORA(PA_6); |
nathanielchu | 0:524c6a42541a | 7 | PwmOut RMOTORB(PB_8); |
nathanielchu | 0:524c6a42541a | 8 | QEI LENC (PC_1, PC_0, NC, 100); |