benjaminjnoack / blueboard

C library for the LPC1768 mbed application board.
0 stars 0 forks source link

initialization function #5

Closed benjaminjnoack closed 6 years ago

benjaminjnoack commented 6 years ago

all of the initialization functions should not conflict. They can therefore be grouped into one init function implemented in blueboard.c

benjaminjnoack commented 6 years ago

May not want the overhead of initializing all peripherals (some may not be connected, bus traffic, etc...)