DEBSOURCES
Skip Quicknav
sources / giac / 1.6.0.41%2Bdfsg1-1 / micropython-1.12 / tests / pyb / pyb_f411.py
123456789
# test pyb module on F411 MCUs import os, pyb if not 'STM32F411' in os.uname().machine: print('SKIP') raise SystemExit print(pyb.freq())