Turn reverse methods off for trinket haxpress

This commit is contained in:
Scott Shawcroft 2020-05-15 17:22:22 -07:00
parent 86f865afe0
commit 8edb8e87c8
No known key found for this signature in database
GPG Key ID: 9349BC7E64B1921E
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,8 @@
#define CALIBRATE_CRYSTALLESS 1
#define MICROPY_PY_REVERSE_SPECIAL_METHODS (0)
#define DEFAULT_I2C_BUS_SCL (&pin_PA09)
#define DEFAULT_I2C_BUS_SDA (&pin_PA08)