Skip to content

Commit 4b07b22

Browse files
committed
remove jenkins badge from readme
1 parent 46105a4 commit 4b07b22

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Adafruit IO Arduino Library [![Build Status](http://jenkins.adafruit.com/job/Adafruit%20IO%20Arduino/badge/icon)](http://jenkins.adafruit.com/job/Adafruit%20IO%20Arduino/)
1+
# Adafruit IO Arduino Library
22

33
This library provides a simple device independent interface for interacting with [Adafruit IO](https://io.adafruit.com) using Arduino.
44
It allows you to switch beween WiFi (ESP8266, M0 WINC1500, & WICED), Cellular (32u4 FONA), and Ethernet (Ethernet FeatherWing)

examples/adafruitio_06_digital_in/adafruitio_06_digital_in.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ void loop() {
6666

6767
// grab the current state of the button.
6868
// we have to flip the logic because we are
69-
// using INPUT_PULLUP.
69+
// using a pullup resistor.
7070
if(digitalRead(BUTTON_PIN) == LOW)
7171
current = true;
7272
else

0 commit comments

Comments
 (0)