mirror of
https://github.com/sigmasternchen/MH-Z-CO2-Sensors
synced 2025-03-15 22:58:54 +00:00
fixed typo
This commit is contained in:
parent
6314890812
commit
0fa60d5c66
1 changed files with 2 additions and 2 deletions
|
@ -4,10 +4,10 @@
|
|||
#include <SoftwareSerial.h>
|
||||
#include "MHZ.h"
|
||||
|
||||
// pin for uart reading
|
||||
// pin for pwm reading
|
||||
#define CO2_IN 10
|
||||
|
||||
// pin for pwm reading
|
||||
// pin for uart reading
|
||||
#define MH_Z19_RX D4 // D7
|
||||
#define MH_Z19_TX D0 // D6
|
||||
|
||||
|
|
Loading…
Reference in a new issue