Hello,
Could anyone please whether math library is part of the Xbee3 micropython or not?
I am using version 1.10 and it seems like it’s missing
>>> help(‘modules’)
main io time uos
array json ubinascii ustruct
binascii machine uerrno utime
builtins micropython uhashlib xbee
errno os uio
gc struct ujson
hashlib sys umachine
Plus any modules on the filesystem
And I am getting this error when I import it in my code and run it on the Xbee3 module
ImportError: no module named ‘math’
Thanks.