robot

Dependencies:   FastPWM3 mbed

Committer:
bwang
Date:
Sun Dec 03 21:33:30 2017 +0000
Revision:
172:3d7196b71afd
Parent:
97:785be556c06d
lower resolution tables + interpolation

Who changed what in which revision?

UserRevisionLine numberNew contents of line
bwang 48:a1a09c83d42c 1 #ifndef __zqtab_h
bwang 48:a1a09c83d42c 2 #define __zqtab_h
bwang 172:3d7196b71afd 3 short zqtab[21] = {
bwang 172:3d7196b71afd 4 0,0,0,0,0,0,0,0,0,0,14,12,11,10,10,10,9,9,9,8,8,};
bwang 48:a1a09c83d42c 5 #endif