Skip to content

Latest commit

 

History

History

moddable

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Moddable SDK Instruction

The Moddable SDK allows JavaScript developer to code for various microcontrollers.

  • memory.bmp - 1bit depth BMP image
  • icons.js - Mapping for each icon in the BMP file

Usage

Coming soon.

// manifest.json
{
    "include": [
		"$(MODDABLE)/examples/manifest_base.json",
		"$(MODDABLE)/examples/manifest_typings.json",
		"$(MODDABLE)/examples/manifest_commodetto.json",
		"$(MODDABLE)/modules/files/resourceiterator/manifest.json"
	],
    "resources": {
		"*": [
			"./assets/memory",
		]
	},
}
// Code sample