| 
    libpropeller
    
   Making PropellerGCC Easier 
   | 
 
#include "unity.h"#include "libpropeller/pulsewidthreader/pulse_width_reader.h"#include "c++-alloc.h"#include "libpropeller/board/board_unit_tester.h"#include "libpropeller/pin/pin.h"
Go to the source code of this file.
Functions | |
| Pin | sqwOutputPin1 (Board::kPinTie1a) | 
| Pin | sqwOutputPin2 (Board::kPinTie2a) | 
Variables | |
| PulseWidthReader * | sut | 
| const int | kPulseMask | 
| const int | stacksize = sizeof (_thread_state_t) + sizeof (int) * 30 | 
| int | stack [stacksize] | 
| const int | kSqwIndex = 0 | 
| const int | k1Index = 1 | 
| const int | k2Index = 2 | 
| const int | kDelta = 700 | 
| volatile bool | runCog = false | 
| int | highDuration | 
| int | lowDuration | 
| Pin sqwOutputPin1 | ( | Board::kPinTie1a | ) | 
| Pin sqwOutputPin2 | ( | Board::kPinTie2a | ) | 
| int highDuration | 
| const int k1Index = 1 | 
| const int k2Index = 2 | 
| const int kDelta = 700 | 
| const int kPulseMask | 
| const int kSqwIndex = 0 | 
| int lowDuration | 
| volatile bool runCog = false | 
| int stack[stacksize] | 
| const int stacksize = sizeof (_thread_state_t) + sizeof (int) * 30 | 
| PulseWidthReader* sut | 
 1.8.4