-
Notifications
You must be signed in to change notification settings - Fork 0
SUBLIBinal Functions
Ryan Summers edited this page Oct 19, 2015
·
1 revision
#SUBLIBinal Functions This page contains information about functions utilized by the SUBLIBinal library. Please refer to the list of functions for a description.
####enable_Interrupts Definition
void enable_Interupts();
Description
This function will enable interrupts within the microcontroller.
Parameters
This function does not accept parameters and will not return parameters.
####disable_Interrupts Definition
void disable_Interupts();
Description
This function will disable interrupts within the microcontroller.
Parameters
This function does not accept any parameters and does not return any parameters.
SUBLIBinal was created by the Palouse Robosub Club.