MicroPython 537518d on 2022-10-31; unic
orn with Cortex-M3                     
Type "help()" for more information.    
>>>                                    
                                       
                                       
                                       
                                       
                                       
                                       
                                       
                                       
                                       
                                       
                                       
                                       
                                       
                                       
                                       
                                       
                                       
                                       
                                       
                                       

BINARY :   RAM :   STACK :  


CLOCK SPEED 0.00 MHz



PERIPHERALS :


LED
I2C LCD
SERVO
ADC
x
19
 
1
# Welcome to MicroPython on Unicorn!
2
3
# The terminal beside this is no ordinary REPL.
4
# It utilizes the Unicorn CPU emulator converted
5
# to Javascript by Unicorn.js in order to run MicroPython
6
# "bare metal" on an ARM CPU emulation.
7
8
# MicroPython on Unicorn is completely open source so 
9
# make sure to report bugs to the issue tracker!.
10
11
# Source: https://github.com/micropython/micropython-unicorn
12
13
# The user and reset buttons along with the LEDs and pins
14
# on the pyboard below are fully functional. Unfortunately
15
# that's not quite the case for the clock speed approximation
16
# when delayed.
17
18
# Try to write a script, paste some code or run a demo!
19