Skip to content

Commit

Permalink
Merge pull request #27 from VergLsm/master
Browse files Browse the repository at this point in the history
Added STM32F1 support
  • Loading branch information
PaulStoffregen committed Feb 27, 2019
2 parents c033db0 + 8434979 commit 13026d3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions utility/int_pins.h
Expand Up @@ -66,6 +66,10 @@
#elif defined(ESP32)
#define CORE_INT_EVERY_PIN

//STM32F1 support
#elif defined(__STM32F1__)
#define CORE_INT_EVERY_PIN

// Arduino Uno, Duemilanove, LilyPad, Mini, Fio, etc...
#else
#define CORE_INT0_PIN 2
Expand Down

0 comments on commit 13026d3

Please sign in to comment.