Project

General

Profile

Revision 1496

Added by John Sexton over 14 years ago

Reverted "libdragonfly" folder back to version before Init Checking was implemented and did "make dist" to recompile the library. BOM LEDs now shine
correctly.

View differences:

analog.h
113 113

  
114 114
/** @brief Initialize analog ports. Will start running a loop
115 115
    if start_conversion is ADC_START.**/
116
int analog_init(int start_conversion);
116
void analog_init(int start_conversion);
117 117
/** @brief starts the analog loop. Doesn't do anything if the loop is already running. **/
118
int analog_start_loop(void);
118
void analog_start_loop(void);
119 119
/** @brief Stops the analog loop. Doesn't do anything if the loop is already stopped. **/
120
int analog_stop_loop(void);
120
void analog_stop_loop(void);
121 121
/** @brief Returns the status of the analog loop. **/
122 122
int analog_loop_status(void);
123 123
/** @brief Returns an 8-bit analog value from the look up table. Use this instead of analog_get8. **/

Also available in: Unified diff