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.
 
 
 

14 lines
226 B

/*
* access_point.h
*
* Created on: Aug 28, 2017
* Author: Elmar
*/
#ifndef APP_ACCESS_POINT_H_
#define APP_ACCESS_POINT_H_
void access_point_start();
void access_point_config();
#endif /* APP_ACCESS_POINT_H_ */