-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bump to 0.3.0; support Grove UART WiFi V2
- Loading branch information
jerryyip
committed
Oct 12, 2020
1 parent
c0519e7
commit 854654a
Showing
4 changed files
with
201 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,12 @@ | ||
let _4Digit = grove.createDisplay(DigitalPin.C16, DigitalPin.C17) | ||
grove.setupWifi( | ||
SerialPin.P15, | ||
SerialPin.P1, | ||
BaudRate.BaudRate115200, | ||
"test-ssid", | ||
"test-passwd" | ||
) | ||
|
||
basic.forever(function () { | ||
_4Digit.bit(6, 1) | ||
}) |