This website works better with JavaScript.
Home
Explore
Help
Sign In
mh
/
mhsw-espurna
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
Fix PMSX003 sensor dependency on SoftwareSerial
webui
Xose Pérez
6 years ago
parent
88e2ecccce
commit
85fec84a64
1 changed files
with
0 additions
and
2 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-2
code/espurna/sensors/PMSX003Sensor.h
+ 0
- 2
code/espurna/sensors/PMSX003Sensor.h
View File
@ -12,9 +12,7 @@
#
include
"Arduino.h"
#
include
"Arduino.h"
#
include
"BaseSensor.h"
#
include
"BaseSensor.h"
#
if PMS_USE_SOFT
#
include
<SoftwareSerial.h>
#
include
<SoftwareSerial.h>
#
endif
/
/
Generic
data
/
/
Generic
data
#
define PMS_BAUD_RATE 9600
#
define PMS_BAUD_RATE 9600
Write
Preview
Loading…
Cancel
Save