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.

19 lines
495 B

//----------------------------------------------------------------------------------------------------------------------------
// Project: Uppsense
// Name: hardware.h
// Author: Maximilian Stiefel
// Date: 09.08.2017
//
// Description:
//
//----------------------------------------------------------------------------------------------------------------------------
#ifndef APP_DEFINES_H_
#define APP_DEFINES_H_
#include "hardware.h"
#define DEBUG_LEVEL 1
#endif /* APP_HARDWARE_H_ */