Subversion Repositories FlightCtrl

Rev

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

Rev 1320 Rev 1322
Line 25... Line 25...
25
  T0_FALLING_EDGE  = 6,
25
  T0_FALLING_EDGE  = 6,
26
  T0_RISING_EDGE   = 7
26
  T0_RISING_EDGE   = 7
27
};
27
};
Line 28... Line 28...
28
 
28
 
29
 
29
 
30
SIGNAL (SIG_OVERFLOW0)    // 8kHz
30
SIGNAL (SIG_OVERFLOW0)    // 9,7kHz
31
{
31
{
32
    static unsigned char cnt_1ms = 1,cnt = 0;
32
    static unsigned char cnt_1ms = 1,cnt = 0;
33
    unsigned char pieper_ein = 0;
33
    unsigned char pieper_ein = 0;