Expose I2C0 via portapack.hpp.

This commit is contained in:
Jared Boone 2016-02-05 16:21:03 -08:00
parent 9430c94dec
commit 1b793da17f
2 changed files with 2 additions and 2 deletions

View File

@ -29,8 +29,6 @@ using namespace hackrf::one;
#include "clock_manager.hpp"
#include "i2c_pp.hpp"
#include "touch_adc.hpp"
#include "audio.hpp"

View File

@ -23,6 +23,7 @@
#include "receiver_model.hpp"
#include "i2c_pp.hpp"
#include "spi_pp.hpp"
#include "wm8731.hpp"
#include "si5351.hpp"
@ -38,6 +39,7 @@ extern portapack::IO io;
extern lcd::ILI9341 display;
extern I2C i2c0;
extern SPI ssp0;
extern SPI ssp1;