| 
    libpropeller
    
   Making PropellerGCC Easier 
   | 
 
#include "unity.h"#include "propeller.h"#include "c++-alloc.h"#include "libpropeller/pwm32/pwm32.h"#include "libpropeller/pulsewidthreader/pulse_width_reader.h"#include "libpropeller/board/board_unit_tester.h"
Go to the source code of this file.
Variables | |
| PWM32 * | sut | 
| PulseWidthReader * | pwr | 
| const int | outputPin = Board::kPinTie1a | 
| const int | inputPinMask = 1 << Board::kPinTie1b | 
| const int inputPinMask = 1 << Board::kPinTie1b | 
| const int outputPin = Board::kPinTie1a | 
| PulseWidthReader* pwr | 
| PWM32* sut | 
 1.8.4