Merge pull request #8355 from tcm0116/2.0.x-TwoWire

[2.0.x] Master-only TwoWire (I2C) class for LPC1768
This commit is contained in:
Scott Lahteine
2018-01-23 20:14:02 -06:00
committed by GitHub
3 changed files with 275 additions and 26 deletions

View File

@ -37,6 +37,7 @@
#include "../module/temperature.h"
#include "../module/stepper.h"
#include "../gcode/parser.h"
#include "binary.h"
#include <Wire.h>