Skip to content

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.

top


####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.

top

Clone this wiki locally