LINE
This file contains hidden or 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
| import bleio | |
| import board | |
| import digitalio | |
| import time | |
| import binascii | |
| import microcontroller | |
| # User service UUID: Change this to your generated service UUID | |
| USER_SERVICE_UUID = "91E4E176-D0B9-464D-9FE4-52EE3E9F1552" | |
| # User service characteristics |
OlderNewer