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.
 
 
 

23 lines
348 B

/*
* port_utilities.h
*
* Created on: Aug 29, 2017
* Author: Elmar
*/
#ifndef APP_PORT_UTILITIES_H_
#define APP_PORT_UTILITIES_H_
#include <rijnfel_core/rijnfel_core.h>
namespace rijnfel {
class cPortUtilities {
public:
cPortUtilities();
virtual ~cPortUtilities();
};
} /* namespace rijnfel */
#endif /* APP_PORT_UTILITIES_H_ */