Fixed minor example issues

This commit is contained in:
lacklustrlabs 2017-12-29 12:04:29 +01:00 committed by Lacklustrlabs
parent 01c23b6a58
commit b9dbeb69d9
2 changed files with 1 additions and 2 deletions

View File

@ -53,7 +53,7 @@ void functx(i2c_msg *msg){
void setup() {
Serial.begin(115200);
Serial.println("I2C Slave example");
Serial.println("libmaple I2C slave reader example");
// attach the buffer
msg.data = buffer;

View File

@ -11,7 +11,6 @@
#include <Wire_slave.h>
#define Serial Serial1
void setup(){
Serial.begin(115200); // start serial for output