Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 621 Bytes

README.md

File metadata and controls

31 lines (25 loc) · 621 Bytes

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