connormartin12 / NHL_Goal_Light

Edit ReadMe file
0 stars 0 forks source link

Rework User_Info struct to be extern #23

Open connormartin12 opened 1 year ago

connormartin12 commented 1 year ago

For simplicity of function calling and passing of arguments, rework User_Info struct to be extern so it may be called without issue in multiple files.

This includes the usage of the structure in the bluetooth.c file