LPC176x Framework update (#15722)

Changes required for compatibility with framework-arduino-lpc176x 0.2.0
This commit is contained in:
Chris Pepper
2019-11-03 02:34:09 +00:00
committed by GitHub
parent 15f94e5ee5
commit b9116d4050
30 changed files with 172 additions and 176 deletions

View File

@@ -25,7 +25,7 @@
* Cohesion3D Mini pin assignments
*/
#ifndef LPC1769
#ifndef MCU_LPC1769
#error "Oops! Make sure you have the LPC1769 environment selected in your IDE."
#endif
@@ -88,8 +88,8 @@
// Analog Inputs
// 3.3V max when defined as an analog input
//
#define TEMP_0_PIN 0 // P0_23
#define TEMP_BED_PIN 1 // P0_24
#define TEMP_0_PIN P0_23_A0 // P0_23
#define TEMP_BED_PIN P0_24_A1 // P0_24
//
// Heaters / Fans