Skip to content

Commit 4acb358

Browse files
committed
Rebranding
1 parent bf6e6b9 commit 4acb358

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2016 IoTech
3+
Copyright (c) 2016 IoThings
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Iotech Arduino Library for
1+
IoThings Arduino Library for
22
Texas Instruments ADS1118 Breakout
33
==============================================================
44

examples/IoTech_ADS1118_Demo/IoTech_ADS1118_Demo.ino renamed to examples/IoThings_ADS1118_Demo/IoThings_ADS1118_Demo.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ IO_ADS1118 ads(10);
66
void setup()
77
{
88
Serial.begin(115200);
9-
Serial.println("IoTech ADS1118 Arduino Test");
9+
Serial.println("IoThings ADS1118 Arduino Test");
1010

1111
ads.begin();
1212
ads.setGain(G2_048);

library.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
name=Iotech ADS1118 Library
1+
name=IoThings ADS1118 Library
22
version=1.0.0
3-
author=Adrien Chapelet for IoTech
3+
author=Adrien Chapelet for IoThings
44
maintainer=Adrien Chapelet <[email protected]>
55
sentence=Arduino library for ADS1118 sensors.
66
paragraph=Arduino library for ADS1118 precision ADC sensors.

src/IO_ADS1118.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
These sensors use I2C to communicate, 2 pins are required
77
to interface.
88
9-
Written by Adrien Chapelet for Iotech
9+
Written by Adrien Chapelet for IoThings
1010
***************************************************************************/
1111

1212
#include "Arduino.h"

src/IO_ADS1118.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
These sensors use I2C to communicate, 2 pins are required
77
to interface.
88
9-
Written by Adrien Chapelet for Iotech
9+
Written by Adrien Chapelet for IoThings
1010
***************************************************************************/
1111

1212
#ifndef IO_ADS1118_h

0 commit comments

Comments
 (0)