goodwatch/firmware/apps/hex.h
2017-11-14 14:07:10 -05:00

11 lines
175 B
C

/*! \file hex.h
\brief Hex editor application.
*/
//! Enter the hex editor.
void hex_init();
//! Exit the hex editor.
int hex_exit();
//! Draw the screen.
void hex_draw();