#include "bump.h" #include "ti/devices/msp432p4xx/inc/msp432p401r.h" void BumpInit(void) { // write this as part of Lab 2 } uint8_t BumpRead(void) { // write this as part of Lab 2 return 0; // replace this line }