Skip to content

A small micropython docker image based on Alpine Linux

Notifications You must be signed in to change notification settings

zoobab/micropython-alpine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

noswpatv3 About

A small micropython docker image based on Alpine Linux.

Usage

$ docker run -it zoobab/micropython-alpine
MicroPython v3.7.0-576-gc460687f37 on 2017-12-26; linux version
Use Ctrl-D to exit, Ctrl-E for paste mode
>>> import sys
>>> sys.implementation
(name='micropython', version=(3, 7, 0))
>>> sys.version
'3.4.0'
>>> 

Todo

  • Add upip to be install packages
  • Export USB GPIOs from the host machine inside the container
  • Export I2C bus from the host machine inside the container
  • Export SPI bus from the host machine inside the container
  • Add more examples that does not require extra hardware

Links

About

A small micropython docker image based on Alpine Linux

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors