|
libpropeller
Making PropellerGCC Easier
|
#include <propeller.h>#include "unity.h"#include "full_duplex_serial.h"#include "c++-alloc.h"#include "string.h"#include "board/board_unit_tester.h"
Go to the source code of this file.
Variables | |
| const int | rxpin = Board::kPinTie1a |
| const int | txpin = Board::kPinTie1b |
| const int | baud = 230400 |
| const int | TIMEOUT = 10 |
| FullDuplexSerial * | sut = NULL |
| const int baud = 230400 |
| const int rxpin = Board::kPinTie1a |
| FullDuplexSerial* sut = NULL |
| const int TIMEOUT = 10 |
| const int txpin = Board::kPinTie1b |
1.8.4