Changed positioning of some include lines
This commit is contained in:
parent
a90edb8041
commit
87acbfa5f8
|
@ -3,12 +3,10 @@
|
||||||
|
|
||||||
#include "pico/stdlib.h"
|
#include "pico/stdlib.h"
|
||||||
#include "hardware/i2c.h"
|
#include "hardware/i2c.h"
|
||||||
|
#include "hardware/spi.h"
|
||||||
|
|
||||||
#include "pico_rgb_keypad.hpp"
|
#include "pico_rgb_keypad.hpp"
|
||||||
|
|
||||||
#include "hardware/i2c.h"
|
|
||||||
#include "hardware/spi.h"
|
|
||||||
|
|
||||||
enum pin {
|
enum pin {
|
||||||
SDA = 4,
|
SDA = 4,
|
||||||
SCL = 5,
|
SCL = 5,
|
||||||
|
|
Loading…
Reference in New Issue