Subversion Repositories FlightCtrl

Rev

Rev 1125 | Rev 1133 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1125 Rev 1131
Line 8... Line 8...
8
unsigned char pwmJ16 = 0, pwmJ17 = 0;
8
unsigned char pwmJ16 = 0, pwmJ17 = 0;
Line 9... Line 9...
9
 
9
 
10
static unsigned char pwmtable[32] ={0, 1, 2, 2, 2, 3, 3, 4, 5, 6, 7, 8, 10, 11,
10
static unsigned char pwmtable[32] ={0, 1, 2, 2, 2, 3, 3, 4, 5, 6, 7, 8, 10, 11,
11
    13, 16, 19, 23, 27, 32, 38, 45, 54, 64, 76,
11
    13, 16, 19, 23, 27, 32, 38, 45, 54, 64, 76,
12
    91, 108, 128, 152, 181, 215, 250};
-
 
Line 13... Line 12...
13
unsigned char J16 = 0, J17 = 0;
12
    91, 108, 128, 152, 181, 215, 250};
Line 14... Line 13...
14
 
13