Skip to content

Commit

Permalink
Merge pull request #17 from dshchetinin/master
Browse files Browse the repository at this point in the history
Support ESP8266
  • Loading branch information
acosinwork authored Aug 31, 2018
2 parents f3d0540 + aa14042 commit 2b8494a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stmhw.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef HW_H
#define HW_H

#if defined(__AVR__) || defined(__SAMD21G18A__)
#if defined(__AVR__) || defined(__SAMD21G18A__) || defined(ESP8266)
#define WIRE_IMU Wire

#elif defined(__SAM3X8E__) || defined(__SAM3A8C__) || defined(__SAM3A4C__)
Expand Down

0 comments on commit 2b8494a

Please sign in to comment.