ghubcoder / micropython-pico-deepsleep

MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems
https://micropython.org
Other
30 stars 2 forks source link

Why can't import bluetooth module? #14

Open hsyoon94 opened 7 months ago

hsyoon94 commented 7 months ago

I am using your great job thank you.

I tried to import bluetooth, however, the error occurs like below:

Traceback (most recent call last): File "", line 1, in ImportError: no module named 'bluetooth'

I fully followed your build guide however it does not work. Could you help me please?