Skip to content

Commit c547d3b

Browse files
author
Frank Delporte
committed
V2 is no longer experimental, updating READMEs...
1 parent 13e5377 commit c547d3b

14 files changed

Lines changed: 16 additions & 46 deletions

File tree

src/main/java/com/pi4j/devices/base_i2c/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
Pi4J :: Java I/O Library for Raspberry Pi :: Device :: Mcp23xxPinMonitor
22
==========================================================================
33

4-
## DISCLAIMER :: EXPERIMENTAL VERSION 2
5-
64
### This repository is a first device specific support project for the MCP23008 and MCP23017
75

8-
### !! NOT READY FOR PRODUCTION USE !!
6+
### This is an example implementation and will need to be adjusted to fit your needs.
97

108
Project by Tom Aarts
119

src/main/java/com/pi4j/devices/cp2102n/README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,9 @@
22
Pi4J :: Java I/O Library for Raspberry Pi :: Device :: CP2102N serial to USB
33
==========================================================================
44

5-
## DISCLAIMER :: EXPERIMENTAL VERSION 2
6-
75
### This repository contains device specific support for various devices.
86

9-
### !! NOT READY FOR PRODUCTION USE !!
7+
### This is an example implementation and will need to be adjusted to fit your needs.
108

119
Project by Tom Aarts
1210
==========================================================================
@@ -42,11 +40,9 @@ Project by Tom Aarts
4240
#
4341
#
4442

45-
## DISCLAIMER :: EXPERIMENTAL VERSION 2
46-
4743
### This repository contains device specific support for various devices.
4844

49-
### !! NOT READY FOR PRODUCTION USE !!
45+
### This is an example implementation and will need to be adjusted to fit your needs.
5046

5147
Project by Tom Aarts
5248
==========================

src/main/java/com/pi4j/devices/dac8552/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,9 @@
22
Pi4J :: Java I/O Library for Raspberry Pi :: Device :: DAC8552
33
==========================================================================
44

5-
## DISCLAIMER :: EXPERIMENTAL VERSION 2
6-
75
### This repository contains device specific support for various devices.
86

9-
### !! NOT READY FOR PRODUCTION USE !!
7+
### This is an example implementation and will need to be adjusted to fit your needs.
108

119
Project by Tom Aarts
1210
==========================================================================

src/main/java/com/pi4j/devices/dht22/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,9 @@ Pi4J :: Java I/O Library for Raspberry Pi :: Device :: DHT22
66
Uses SN74HC595 to update D0-D7 of the LCD display module
77
==========================================================================
88

9-
## DISCLAIMER :: EXPERIMENTAL VERSION 2
10-
119
### This repository contains device specific support for various devices.
1210

13-
### !! NOT READY FOR PRODUCTION USE !!
11+
### This is an example implementation and will need to be adjusted to fit your needs.
1412

1513
Project by Tom Aarts
1614
==========================================================================

src/main/java/com/pi4j/devices/hd44780u_lcd1602a/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,9 @@ Pi4J :: Java I/O Library for Raspberry Pi :: Device :: HD44780U LCD
77
Uses SN74HC595 to update D0-D7 of the LCD display module
88
==========================================================================
99

10-
## DISCLAIMER :: EXPERIMENTAL VERSION 2
11-
1210
### This repository contains device specific support for various devices.
1311

14-
### !! NOT READY FOR PRODUCTION USE !!
12+
### This is an example implementation and will need to be adjusted to fit your needs.
1513

1614
Project by Tom Aarts
1715
==========================================================================

src/main/java/com/pi4j/devices/mcp23008/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
Pi4J :: Java I/O Library for Raspberry Pi :: Device :: Mcp23008
22
==========================================================================
33

4-
## DISCLAIMER :: EXPERIMENTAL VERSION 2
5-
64
### This repository is a first device specific support project for the MCP23008
7-
### !! NOT READY FOR PRODUCTION USE !!
5+
6+
### This is an example implementation and will need to be adjusted to fit your needs.
87

98
Project by Tom Aarts
109

src/main/java/com/pi4j/devices/mcp23017/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
Pi4J :: Java I/O Library for Raspberry Pi :: Device :: Mcp23017
22
==========================================================================
33

4-
## DISCLAIMER :: EXPERIMENTAL VERSION 2
5-
64
### This repository is a first device specific support project for the MCP23017
75

8-
### !! NOT READY FOR PRODUCTION USE !!
6+
### This is an example implementation and will need to be adjusted to fit your needs.
97

108
Project by Tom Aarts
119

src/main/java/com/pi4j/devices/mcp23xxxApplication/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
Pi4J :: Java I/O Library for Raspberry Pi :: Device :: Mcp23xxPinMonitor
22
==========================================================================
33

4-
## DISCLAIMER :: EXPERIMENTAL VERSION 2
5-
64
### This repository is a first device specific support project for the MCP23008 and MCP23017
75

8-
### !! NOT READY FOR PRODUCTION USE !!
6+
### This is an example implementation and will need to be adjusted to fit your needs.
97

108
Project by Tom Aarts
119

src/main/java/com/pi4j/devices/mcp3008/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,9 @@
33
Pi4J :: Java I/O Library for Raspberry Pi :: Device :: MCP3008 10 bit A/D converter
44
==========================================================================
55

6-
## DISCLAIMER :: EXPERIMENTAL VERSION 2
7-
86
### This repository contains device specific support for various devices.
97

10-
### !! NOT READY FOR PRODUCTION USE !!
8+
### This is an example implementation and will need to be adjusted to fit your needs.
119

1210
Project by Tom Aarts
1311
==========================================================================

src/main/java/com/pi4j/devices/mcp4725/README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
1-
2-
## DISCLAIMER :: EXPERIMENTAL VERSION 2
3-
41
### This repository contains device specific support for various devices.
52

6-
### !! NOT READY FOR PRODUCTION USE !!
3+
### This is an example implementation and will need to be adjusted to fit your needs.
74

85
Project by Tom Aarts
96
==========================================================================

0 commit comments

Comments
 (0)