embeddedlibrary
reusable software modules for embedded systems
Todo List
globalScope> Global CharReceiverList_Remove (charReceiverList_t *rList, charReceiver_t receiver)
Matthew D. Document this function (when done change this line to "@todo MM check <your names> documentation"
globalScope> Global charReceiverList_t
Atharva A. Document this structure (when done change this line to "@todo MM check <your names> documentation"
Module event
Josh Hass Add a code example (when done change this line to "@todo MM check <your names> documentation"
globalScope> Global Event_Tick ()
Austin H. Document this function (when done change this line to "@todo MM check <your names> documentation"
Module game

MM add "$game player1 ..." and "$game player2 ..." command support

MM implement transparent character support

globalScope> Global Game_ClearScreen (void)
Atharva A. Document this function (when done change this line to "@todo MM check <your names> documentation"
globalScope> Global Game_EnableMultiPlayer (uint8_t game_id, uint8_t num)
Jon W. Document this function (when done change this line to "@todo MM check <your names> documentation"
globalScope> Global Game_Player1CharXY (char c, char x, char y)
Anthony M. Document this function (when done change this line to "@todo MM check <your names> documentation"
globalScope> Global Game_Player2CharXY (char c, char x, char y)
Anthony M. Document this function (when done change this line to "@todo MM check <your names> documentation"
globalScope> Global Game_RegisterHighscoreCallback (uint8_t game_id, void(*callback)(void))
Andrew R. Document this function (when done change this line to "@todo MM check <your names> documentation"
globalScope> Global Game_ScrollDown (void)
Gerald V. Document this function (when done change this line to "@todo MM check <your names> documentation"
globalScope> Global Game_ScrollUp (void)
Gerald V. Document this function (when done change this line to "@todo MM check <your names> documentation"
Module hal_spi_msp430f5529
Anthony Merlino document hal_spi_msp430f5529
globalScope> Global identify_fn_t )(void *, void *)
Josh Hass Document this typedef (when done change this line to "@todo MM check <your names> documentation"
Module list

fill in the main comment block

globalScope> Global List_AddAndLink (list_t *list, void *item)
Josh K. Document this function (when done change this line to "@todo MM check <your names> documentation"
globalScope> Global List_Init (list_t *list, uint16_t item_size, void *item_array, uint16_t item_array_length, list_link_t *link_array)
Austin H. Document this function (when done change this line to "@todo MM check <your names> documentation"
globalScope> Global list_link_t
Matthew D. Document this struct (when done change this line to "@todo MM check <your names> documentation"
globalScope> Global List_LinkItem (list_t *list, void *item)
Jon W. Document this function (when done change this line to "@todo MM check <your names> documentation"
globalScope> Global List_Remove (list_t *list, void *item)
Matthew M. Document this function (when done change this line to "@todo MM check <your names> documentation"
globalScope> Global List_RemoveAll (list_t *list)
Anthony M. Document this function (when done change this line to "@todo MM check <your names> documentation"
globalScope> Global List_RemoveLast (list_t *list)
Matthew M. Document this function (when done change this line to "@todo MM check <your names> documentation"
globalScope> Global List_ResortFirst (list_t *list)
Andrew R. Document this function (when done change this line to "@todo MM check <your names> documentation"
globalScope> Global List_ResortLast (list_t *list)
Chris R. Document this function (when done change this line to "@todo MM check <your names> documentation"
globalScope> Global list_t
Jacob H move (or duplicate) some of the above documentation to the members below and resend to MM
globalScope> Global List_UnlinkItem (list_t *list, void *item)
Anthony M. Document this function (when done change this line to "@todo MM check <your names> documentation"
Module spi

Anthony Merlino document this module's main block

MM divy up documentation of functions after they are covered in class

Page SubSystem module command interface

MM Update this comment block

MM Update this comment block

globalScope> Global Terminal_SetColor (uint8_t channel, enum term_color color)
Gerald V. Document this function (when done change this line to "@todo MM check <your names> documentation"
globalScope> Global Terminal_ShowCursor (uint8_t channel)
Gerald V. Document this function (when done change this line to "@todo MM check <your names> documentation"