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