Archived
1
0
This commit is contained in:
wolfv6 2016-11-14 03:59:22 -07:00
parent e92716e263
commit 76b9e4efd3
4 changed files with 4 additions and 4 deletions

View File

@ -24,7 +24,7 @@ const uint8_t ADDR = 0x18; //I2C address with AD2=GND AD1=S
void setup()
{
delay(1000);
Serial.print("PCA9655E_read.ino");
Serial.print("PCA9655E_1_read.ino");
Wire.begin();
//Configure port 1 to output

View File

@ -22,7 +22,7 @@ const uint8_t ADDR = 0x18; //I2C address with AD2=GND AD1=S
void setup()
{
delay(1000);
Serial.print("PCA9655E_read.ino");
Serial.print("PCA9655E_2_read.ino");
Wire.begin();
//Configure port 1 to output

View File

@ -33,7 +33,7 @@ Scanner_IOE scanner_R(HIGH, port1, port0);
void setup()
{
delay(6000);
Keyboard.print("PCA9655E_scan.ino");
Keyboard.print("PCA9655E_3_scan.ino");
scanner_R.begin();

View File

@ -33,7 +33,7 @@ Scanner_IOE scanner_R(HIGH, port1, port0);
void setup()
{
delay(6000);
Keyboard.println("PCA9655E_scan_loop.ino");
Keyboard.println("PCA9655E_scan_4_loop.ino");
scanner_R.begin();
}