Browse Source

Separate DS18B20 example

pull/17/head
destroyedlolo 7 years ago
parent
commit
7d6e4b520a
  1. 6
      examples/orgDS18B20/orgDS18B20.ino

6
OneWireIO.ino → examples/orgDS18B20/orgDS18B20.ino

@ -1,6 +1,6 @@
#include "Arduino.h"
#include "LowLevel.h"
#include "OneWireSlave.h"
#include <Arduino.h>
#include <LowLevel.h>
#include <OneWireSlave.h>
// This is the pin that will be used for one-wire data (depending on your arduino model, you are limited to a few choices, because some pins don't have complete interrupt support)
// On Arduino Uno, you can use pin 2 or pin 3
Loading…
Cancel
Save