Changeset - a8dc1992dd1a
[Not reviewed]
cortex-f0
0 1 1
Ethan Zonca - 9 years ago 2015-12-19 18:28:16
ez@ethanzonca.com
Added hgignore
2 files changed with 7 insertions and 2 deletions:
0 comments (0 inline, 0 general)
.hgignore
Show inline comments
 
new file 100644
 
# use glob syntax.
 
syntax: glob
 

	
 
*.o
 
build/*
config.h
Show inline comments
 
@@ -2,8 +2,8 @@
 
#define CONFIG_H
 

	
 
// Temperature sensor type
 
#define MAX31855_TC_SENSOR
 
//#define MAX31865_RTD_SENSOR
 
//#define MAX31855_TC_SENSOR
 
#define MAX31865_RTD_SENSOR
 

	
 

	
 
// Virtual serial port transmit rate
0 comments (0 inline, 0 general)