ardupilot/libraries/AP_ADC/examples/AP_ADC_test/Makefile
Pat Hickey 6d876bc54d AP_ADC: rework ADC library to use PeriodicProcess and ISR_Register
this makes it possible to build the ADC library when another driver
may also want that interrupt
2011-11-25 20:00:16 -08:00

3 lines
55 B
Makefile

BOARD = mega2560
include ../../../AP_Common/Arduino.mk