wokwi / rp2040js

A Raspberry Pi Pico Emulator in JavaScript
MIT License
400 stars 44 forks source link

Micropython `machine.freq()` returns the wrong value #67

Closed urish closed 1 year ago

urish commented 3 years ago

Running on the silicone:

>>> machine.freq()
125000000

Running in the emulator:

>>> machine.freq()
48000000