Added platformio.ini for building with PlatformIO. Fixed one warning … · ee230/STM32duino-bootloader@387d2d8 · GitHub
Skip to content

Commit 387d2d8

Browse files
committed
Added platformio.ini for building with PlatformIO. Fixed one warning (calling a non-declared function).
Signed-off-by: Alexandr Zarubkin <me21@yandex.ru>
1 parent d20b2f1 commit 387d2d8

3 files changed

Lines changed: 151 additions & 0 deletions

File tree

.gitignore

Lines changed: 5 additions & 0 deletions

hardware.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,7 @@ void gpio_write_bit(u32 bank, u8 pin, u8 val);
243243
unsigned int crMask(int pin);
244244

245245
bool readPin(u32 bank, u8 pin);
246+
bool readButtonState();
246247
void strobePin(u32 bank, u8 pin, u8 count, u32 rate,u8 onState);
247248

248249
void systemHardReset(void);

platformio.ini

Lines changed: 145 additions & 0 deletions

0 commit comments

Comments
 (0)