mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-05-30 12:04:47 -04:00
Expose I2C0 via portapack.hpp.
This commit is contained in:
parent
9430c94dec
commit
1b793da17f
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue