|
libpropeller
Making PropellerGCC Easier
|
#include "unity.h"#include "c++-alloc.h"#include "libpropeller/mcp3208/mcp3208.h"#include "libpropeller/board/board_unit_tester.h"
Go to the source code of this file.
Variables | |
| MCP3208 * | sut |
| const int | kChannelDac = 3 |
| const int | kChannel5vOver2 = 4 |
| const int | kChannel3v3Over2 = 5 |
| const int | kChannelGround = 6 |
| const int | kChannel3v3 = 7 |
| const int | kValue3v3 = 4058 |
| const int | kValue5vOver2 = 2923 |
| const int | kValue3v3Over2 = kValue3v3 / 2 |
| const int | kValueGround = 0 |
| const int | delta = 25 |
| const int | kMode = 0xFF |
| const int delta = 25 |
| const int kChannel3v3 = 7 |
| const int kChannel3v3Over2 = 5 |
| const int kChannel5vOver2 = 4 |
| const int kChannelDac = 3 |
| const int kChannelGround = 6 |
| const int kMode = 0xFF |
| const int kValue3v3 = 4058 |
| const int kValue3v3Over2 = kValue3v3 / 2 |
| const int kValue5vOver2 = 2923 |
| const int kValueGround = 0 |
| MCP3208* sut |
1.8.4