|
libpropeller
Making PropellerGCC Easier
|
#include <propeller.h>#include "unity.h"#include "libpropeller/ms5611/ms5611.h"#include "c++-alloc.h"
Go to the source code of this file.
Variables | |
| const int | kPIN_I2C_SCL = 0 |
| const int | kPIN_I2C_SDA = 1 |
| I2C * | bus = NULL |
| MS5611 * | sut = NULL |
| I2C* bus = NULL |
| const int kPIN_I2C_SCL = 0 |
| const int kPIN_I2C_SDA = 1 |
| MS5611* sut = NULL |
1.8.4