Synergia AVR 0.1

ground_sensor/main.cpp File Reference

#include <avr/io.h>
#include <avr/interrupt.h>
#include <util/delay.h>

Go to the source code of this file.

Functions

 SIGNAL (SIG_ADC)
int main (void)

Variables

volatile int adc_value = 0

Function Documentation

int main ( void  )

Definition at line 24 of file main.cpp.

SIGNAL ( SIG_ADC  )

Definition at line 19 of file main.cpp.


Variable Documentation

volatile int adc_value = 0

Definition at line 17 of file main.cpp.

 All Classes Files Functions Variables Defines