robot

Dependencies:   FastPWM3 mbed

Committer:
bwang
Date:
Tue Nov 13 17:46:23 2018 +0000
Revision:
252:38644631ed97
Parent:
172:3d7196b71afd
11/13/2018 12:45 - hitting <return> on empty line prints "\r>", so that hitting enter after intially connecting to the controller generates a prompt

Who changed what in which revision?

UserRevisionLine numberNew contents of line
bwang 48:a1a09c83d42c 1 #ifndef __zdtab_h
bwang 48:a1a09c83d42c 2 #define __zdtab_h
bwang 172:3d7196b71afd 3 short zdtab[21] = {
bwang 172:3d7196b71afd 4 0,0,0,0,0,0,0,0,0,0,-1037,-1961,-2731,-3382,-3940,-4424,-4848,-5221,-5553,-5850,-6118,};
bwang 48:a1a09c83d42c 5 #endif