CMUAbstract / tab

TAB reference implementations, examples, and documentation
Other
0 stars 0 forks source link

Add support for LEDs in the COM example #13

Closed mablem8 closed 1 year ago

mablem8 commented 1 year ago

Add and implement an init_led function to c-examples/com-monolithic

AbhishekCMU commented 1 year ago

Commit Hash: 186170e

Fixes for Issue 13

Added init_led with implementation in com.c and added required header

Added init-led in header file com.h

Added init_led in com_monolithic.c

mablem8 commented 1 year ago

The solution compiles, and no testing is required to resolve this issue. Resolution accepted and issue closed.