This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // http://arduino.bucki.pl/hmc5883-gy-273-test/ | |
| /* | |
| An Arduino code example for interfacing with the HMC5883 | |
| by: Jordan McConnell | |
| SparkFun Electronics | |
| created on: 6/30/11 | |
| license: OSHW 1.0, http://freedomdefined.org/OSHW |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // https://playground.arduino.cc/Main/MPU-6050 | |
| // MPU-6050 Short Example Sketch | |
| // By Arduino User JohnChi | |
| // August 17, 2014 | |
| // Public Domain | |
| #include<Wire.h> | |
| const int MPU_addr=0x68; // I2C address of the MPU-6050 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // https://github.com/marcoschwartz/LiquidCrystal_I2C | |
| #include <Wire.h> | |
| #include <LiquidCrystal_I2C.h> | |
| LiquidCrystal_I2C lcd(0x27,20,4); // set the LCD address to 0x27 for a 16 chars and 2 line display | |
| void setup() | |
| { | |
| lcd.init(); // initialize the lcd |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // i2c_scanner | |
| // https://playground.arduino.cc/Main/I2cScanner | |
| #include <Wire.h> | |
| void setup() | |
| { | |
| Wire.begin(); | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| "organisme", | |
| { | |
| "type": "help", | |
| "helpvalue": "<h4>Catégories d'emploi</h4><p>Créer une entrée pour chaque catégorie d'employés ou de contractuels.</p>" | |
| }, | |
| { | |
| "key": "comments", | |
| "add": "Créer une catégorie de resources humaines", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { | |
| "key": "organisme", | |
| "title": "Organisme propriétaire" | |
| }, | |
| { | |
| "key": "adresse", | |
| "title": "Adresse de la salle ou code postal" | |
| }, | |
| { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "boolean": false, | |
| "conditionBlade": true, | |
| "conditionSan": true, | |
| "conditionUPS": true, | |
| "conditionClimatiseur": true, | |
| "conditionGeneratrice": false, | |
| "adresse": "fdsfds", | |
| "salleFonction": "Salle secondaire", | |
| "nombreCabinets": 5, |