[][src]Crate mwatch_sdk

Modules

prelude

Structs

Display
Logger
System

Statics

ENTRY_POINT

The pointer the watch calls to start running this application.

INPUT_POINT

The pointer the watch calls to handle input

UPDATE_POINT

The pointer the watch calls to start running this application.

Functions

entry_point

The function called by the host to start us up. Does some setup, then jumps to a function called main defined by the actual application using this crate.

input_point

Calls the user update function

update_point

Calls the user update function