只是一个简单的单片机课设
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.
 
 
evrooig/include/config.h

9 lines
146 B

#if !defined(CONFIG_H)
#define CONFIG_H
#include "msp430f5529.h"
#define DEBUG_OUTPUT
#define DHT11_DATA_PIN P1_6
#endif // CONFIG_H