Crate mwatch_sdk

source ·

Modules

Structs

User space api abstraction

Statics

First 4 bytes of the binary as a function ptr The pointer the watch calls to start running this application.
Final 4 byte function ptr The pointer the watch calls to handle input
Second 4 byte function ptr The pointer the watch calls to start running this application.

Functions

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.
Calls the user update function
Calls the user update function