1
0
Fork 0

adds timeout to avr i2c

This commit is contained in:
Jack Humbert 2018-06-12 23:37:06 -04:00
parent b8564f5dd0
commit bad56a4f2b
8 changed files with 163 additions and 80 deletions

View file

@ -138,4 +138,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
//#define NO_ACTION_FUNCTION
//#define DEBUG_MATRIX_SCAN_RATE
#define I2C_TIMEOUT 1000
#endif