Wikia

Magic Lantern Firmware Wiki

Watchlist Recent changes

Scripting

Initial hello world program
AutopilotAdded by Autopilot

Preliminary support for the PyMite embedded python interpreter. PyMite is a specialized version of the Python language, designed to run on very small microcontrollers. Since the Canon DryOS isn't exactly a POSIX system, porting the full Python interpreter would be very difficult. PyMite's limited requirements made it easy to run, although it has some limitations compared to the normal Python scripting language.

Sample program Edit

# Testing the pymite interpreter

print "Hello, world!"

def loop():
	collection = ["foo","bar","baz"]
	for item in collection:
		print 'item: ', item

loop()

Pages on Magic Lantern Firmware Wiki

Add a Page
297pages on
this wiki
Advertisement | Your ad here

Latest Photos

Add a Photo
373photos on this wiki
See more >

Recent Wiki Activity

See more >

Around Wikia's network

Random Wiki