Changed positioning of some include lines

This commit is contained in:
ZodiusInfuser 2021-01-19 18:56:53 +00:00
parent a90edb8041
commit 87acbfa5f8
1 changed files with 1 additions and 3 deletions

View File

@ -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,