Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
IsakiMatsubara committed Sep 9, 2021
1 parent db5ca71 commit 0f7edf0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plenbit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,6 @@ namespace plenbit {
//% weight=10 group="PLEN:bit v1"
export function eyeLed(LedOnOff: LedOnOff) {
if (plenEyeCreated) clearPlenEye();
pins.digitalWritePin(DigitalPin.P8, LedOnOff);
pins.digitalWritePin(DigitalPin.P16, LedOnOff);
}

Expand Down

0 comments on commit 0f7edf0

Please sign in to comment.