leroyshirto / robot-framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Robot Framework

A WIP robot framework written in micro python

Project setup

Micropy-cli

install micropy-cli pip install --upgrade micropy-cli

Searching for the MicroPython Stubs micropy stubs search esp32 and select the latest firmware

Add stubs micropy stubs add esp32-micropython-1.15.0

init a new project (Not required for this repo only listing this step for future ref) micropy init

Libs

MicroPython tips

view memory usage

import micropython
micropython.mem_info()

About

License:MIT License


Languages

Language:Python 99.1%Language:HTML 0.9%