Rename folders as per suggestion from Rajat
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import board
|
||||
import busio
|
||||
|
||||
uart = busio.UART(board.GP12, board.GP13, baudrate=9600)
|
||||
|
||||
while True:
|
||||
if uart.read(32) is not None:
|
||||
uart.write("Hello, Bluetooth World!\n".encode())
|
||||
Reference in New Issue
Block a user