document
This commit is contained in:
parent
e92716e263
commit
76b9e4efd3
@ -24,7 +24,7 @@ const uint8_t ADDR = 0x18; //I2C address with AD2=GND AD1=S
|
|||||||
void setup()
|
void setup()
|
||||||
{
|
{
|
||||||
delay(1000);
|
delay(1000);
|
||||||
Serial.print("PCA9655E_read.ino");
|
Serial.print("PCA9655E_1_read.ino");
|
||||||
Wire.begin();
|
Wire.begin();
|
||||||
|
|
||||||
//Configure port 1 to output
|
//Configure port 1 to output
|
||||||
|
@ -22,7 +22,7 @@ const uint8_t ADDR = 0x18; //I2C address with AD2=GND AD1=S
|
|||||||
void setup()
|
void setup()
|
||||||
{
|
{
|
||||||
delay(1000);
|
delay(1000);
|
||||||
Serial.print("PCA9655E_read.ino");
|
Serial.print("PCA9655E_2_read.ino");
|
||||||
Wire.begin();
|
Wire.begin();
|
||||||
|
|
||||||
//Configure port 1 to output
|
//Configure port 1 to output
|
||||||
|
@ -33,7 +33,7 @@ Scanner_IOE scanner_R(HIGH, port1, port0);
|
|||||||
void setup()
|
void setup()
|
||||||
{
|
{
|
||||||
delay(6000);
|
delay(6000);
|
||||||
Keyboard.print("PCA9655E_scan.ino");
|
Keyboard.print("PCA9655E_3_scan.ino");
|
||||||
|
|
||||||
scanner_R.begin();
|
scanner_R.begin();
|
||||||
|
|
||||||
|
@ -33,7 +33,7 @@ Scanner_IOE scanner_R(HIGH, port1, port0);
|
|||||||
void setup()
|
void setup()
|
||||||
{
|
{
|
||||||
delay(6000);
|
delay(6000);
|
||||||
Keyboard.println("PCA9655E_scan_loop.ino");
|
Keyboard.println("PCA9655E_scan_4_loop.ino");
|
||||||
|
|
||||||
scanner_R.begin();
|
scanner_R.begin();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user