pines

Dependents:   BIOMETRICOS_HUMANOS_BETA

Files at this revision

API Documentation at this revision

Comitter:
arturogasca
Date:
Thu Jan 19 20:22:27 2017 +0000
Commit message:
Pines de BMD-200

Changed in this revision

pines.h Show annotated file Show diff for this revision Revisions of this file
diff -r 000000000000 -r bbc247325462 pines.h
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/pines.h	Thu Jan 19 20:22:27 2017 +0000
@@ -0,0 +1,20 @@
+#define I2C_SCL     p5
+#define I2C_SDA     p6
+
+#define MISO        p8
+#define MOSI        p9
+#define SCLK        p10
+#define CS          p11
+
+#define ECG_OUT     p2
+#define ECG_LO_MIN  p1
+#define ECG_LO_PLS  p0
+
+#define PIN_ADC1    p4
+#define PIN_ADC2    p3
+
+#define LED_R       p24
+#define LED_N       p25        
+
+#define SERIAL_TX   p27
+#define SERIAL_RX   p26
\ No newline at end of file