Page 1 of 1

[nRF52] How to I enable machine.freq()? freq() seems to be missing from machine module

Posted: Sun Oct 21, 2018 3:43 pm
by WhiteHare
Even though I do an explicit

Code: Select all

>>> import machine
a subsequent call to

Code: Select all

>>> machine.freq()
leads to

Code: Select all

AttributeError: 'module' object has no attribute 'freq'
How do I enable it?