mirror of
https://github.com/eried/portapack-mayhem.git
synced 2024-10-01 01:26:06 -04:00
Expose I2C0 via portapack.hpp.
This commit is contained in:
parent
9430c94dec
commit
1b793da17f
@ -29,8 +29,6 @@ using namespace hackrf::one;
|
||||
|
||||
#include "clock_manager.hpp"
|
||||
|
||||
#include "i2c_pp.hpp"
|
||||
|
||||
#include "touch_adc.hpp"
|
||||
#include "audio.hpp"
|
||||
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user