Skip to content

Commit

Permalink
Merge branch 'master' into issue/electron_update
Browse files Browse the repository at this point in the history
  • Loading branch information
JaewonLee_macbookpro committed May 11, 2021
2 parents dedbbba + c613743 commit 6de857f
Show file tree
Hide file tree
Showing 39 changed files with 89,172 additions and 11,220 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,3 @@ npm install --global node-gyp

[The MIT License (MIT)](https://github.com/entrylabs/entry-hw/blob/master/LICENSE)

## History
2020-09-26 Gorilla-Cell HW branch forked from origin, writed by Remoted
5 changes: 4 additions & 1 deletion app/firmwares/examples/hasseam/hasseam.ino
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ union {
2:Input_Pullup
*/
int analogs[6] = {0, 0, 0, 0, 0, 0};
int digitals[14] = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0};
int digitals[20] = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0};
int servo_pins[8] = {0, 0, 0, 0, 0, 0, 0, 0};

// Ultrasonic //초음파 센서
Expand Down Expand Up @@ -472,6 +472,9 @@ void setBluetoothMode(boolean mode) {
}

void sendUltrasonic() {
pinMode(trigPin,OUTPUT); //sendAnalogValue와 중복으로 한번더 초기화
pinMode(echoPin,INPUT);

digitalWrite(trigPin, LOW);
delayMicroseconds(2);
digitalWrite(trigPin, HIGH);
Expand Down
607 changes: 607 additions & 0 deletions app/firmwares/gbot.hex

Large diffs are not rendered by default.

1,883 changes: 955 additions & 928 deletions app/firmwares/hasseam.hex

Large diffs are not rendered by default.

42,791 changes: 42,791 additions & 0 deletions app/firmwares/microbit2.hex

Large diffs are not rendered by default.

42,699 changes: 42,699 additions & 0 deletions app/firmwares/microbit_compatible.hex

Large diffs are not rendered by default.

Loading

0 comments on commit 6de857f

Please sign in to comment.