Skip to content

Commit

Permalink
necessary evil
Browse files Browse the repository at this point in the history
  • Loading branch information
empierre committed Aug 31, 2014
1 parent 439fbeb commit 103d635
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 1.3/DustSensor.ino
Expand Up @@ -10,6 +10,8 @@
Based on: http://www.dfrobot.com/wiki/index.php/Sharp_GP2Y1010AU
Authors: Cyrille Médard de Chardon (serialC), Christophe Trefois (Trefex)
Contribution: epierre
License: Attribution-NonCommercial-ShareAlike 3.0 Unported (CC BY-NC-SA 3.0)
*/

Expand Down
2 changes: 2 additions & 0 deletions 1.3/MQ135dgi.ino
Expand Up @@ -11,6 +11,8 @@
Contribution: epierre
Based on David Gironi http://davidegironi.blogspot.fr/2014/01/cheap-co2-meter-using-mq135-sensor-with.html
http://skylink.dl.sourceforge.net/project/davidegironi/avr-lib/avr_lib_mq135_01.zip
License: Attribution-NonCommercial-ShareAlike 3.0 Unported (CC BY-NC-SA 3.0)
*/

Expand Down
2 changes: 2 additions & 0 deletions 1.3/MotionSensor2.ino
Expand Up @@ -3,6 +3,8 @@
#include <EEPROM.h>
#include <RF24.h>
#include <Sensor.h>
// License: Attribution-NonCommercial-ShareAlike 3.0 Unported (CC BY-NC-SA 3.0)


#define DIGITAL_INPUT_SENSOR 3 // The digital input you attached your motion sensor. (Only 2 and 3 generates interrupt!)
#define INTERRUPT DIGITAL_INPUT_SENSOR-2 // Usually the interrupt = pin -2 (on uno/nano anyway)
Expand Down
2 changes: 2 additions & 0 deletions 1.3/PressureSensor.ino
Expand Up @@ -5,6 +5,8 @@
#include <Sensor.h>
#include <Wire.h>
#include <Adafruit_BMP085.h>
// License: Attribution-NonCommercial-ShareAlike 3.0 Unported (CC BY-NC-SA 3.0)


#define LIGHT_SENSOR_ANALOG_PIN 0
unsigned long SLEEP_TIME = 60; // Sleep time between reads (in seconds)
Expand Down
2 changes: 2 additions & 0 deletions 1.3/SoundSensor2.ino
Expand Up @@ -9,6 +9,8 @@
Contribution: epierre
based on :https://www.inkling.com/read/arduino-cookbook-michael-margolis-2nd/chapter-6/recipe-6-7
License: Attribution-NonCommercial-ShareAlike 3.0 Unported (CC BY-NC-SA 3.0)
*/
TBD: http://davidegironi.blogspot.fr/2014/02/a-simple-sound-pressure-level-meter-spl.html
Expand Down
2 changes: 2 additions & 0 deletions 1.3/VibrationSensor.ino
Expand Up @@ -9,6 +9,8 @@
Based on: http://www.dfrobot.com/wiki/index.php/DFRobot_Digital_Vibration_Sensor_V2_SKU:DFR0027
Contribution: epierre
License: Attribution-NonCommercial-ShareAlike 3.0 Unported (CC BY-NC-SA 3.0)
*/

Expand Down
2 changes: 2 additions & 0 deletions 1.3/WaterMeterPulseSensor2.ino
Expand Up @@ -9,6 +9,8 @@
// to calculate/report flow.
//
// Sensor on pin 3
// License: Attribution-NonCommercial-ShareAlike 3.0 Unported (CC BY-NC-SA 3.0)



#include <Relay.h>
Expand Down

0 comments on commit 103d635

Please sign in to comment.