diff options
Diffstat (limited to 'drivers/nrf24l01/nrf24l01.py')
-rw-r--r-- | drivers/nrf24l01/nrf24l01.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/nrf24l01/nrf24l01.py b/drivers/nrf24l01/nrf24l01.py index a244b0b25d..3c79650bf0 100644 --- a/drivers/nrf24l01/nrf24l01.py +++ b/drivers/nrf24l01/nrf24l01.py @@ -1,6 +1,7 @@ """NRF24L01 driver for Micro Python """ +from micropython import const import pyb # nRF24L01+ registers |