Skip to content

Commit cd66dbd

Browse files
committed
Updated version to 1.2
1 parent df3a8e7 commit cd66dbd

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
## ModuleInterface v1.1
1+
## ModuleInterface v1.2
22
ModuleInterface is an Arduino compatible library for automatic transfer of settings and values between devices, with very little programming needed for each device. It has been tested with PJON v8.2 and v9.1.
33

44
This is ideal for quickly creating a master-slave based collection of devices (modules) doing things like measuring temperatures and other sensors, turning things on and off, regulating heating and so on. With synchronization between the modules, and between the modules and a database if using the HTTP client that is available for the master module.
55

6-
A typical setup can consist of multiple Arduino Nano devices connected to a master on an Arduino Mega with an Ethernet shield.
6+
A typical setup can consist of multiple Arduino Nano devices connected to a master on an Arduino Mega with an Ethernet shield. Or a collection of devices like ESP8266.
77

88
![UseCase1](images/UseCase1.png)
99

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"type": "git",
1515
"url": "https://github.com/fredilarsen/ModuleInterface.git"
1616
},
17-
"version": "1.1.0",
17+
"version": "1.2.0",
1818
"examples": [
1919
"examples/*/*.ino",
2020
"examples/*/*/*.ino",

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=ModuleInterface
2-
version=1.1.0
2+
version=1.2.0
33
author=Fred Larsen<[email protected]>
44
maintainer=Fred Larsen<[email protected]>
55
sentence=ModuleInterface is an open-source system for configuration of and data logging from Arduinos and similar devices.

0 commit comments

Comments
 (0)