UppSense17- Open Source sensor for chemical analysis based on fuoresence.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
288 B

/*
* tests.h
*
* Created on: Aug 23, 2017
* Author: Elmar
*/
#ifndef APP_TESTS_H_
#define APP_TESTS_H_
#include "ads101x.h"
#include "dac101c085.h"
void SettingsTest(rijnfel::ads::cADS101x ads1015);
void AdcTest(rijnfel::ads::cADS101x * ads1015);
#endif /* APP_TESTS_H_ */