diff --git a/src/main/java/com/pi4j/devices/base_i2c/README.md b/src/main/java/com/pi4j/devices/base_i2c/README.md index b674d6a..131e175 100644 --- a/src/main/java/com/pi4j/devices/base_i2c/README.md +++ b/src/main/java/com/pi4j/devices/base_i2c/README.md @@ -1,11 +1,9 @@ Pi4J :: Java I/O Library for Raspberry Pi :: Device :: Mcp23xxPinMonitor ========================================================================== -## DISCLAIMER :: EXPERIMENTAL VERSION 2 - ### This repository is a first device specific support project for the MCP23008 and MCP23017 -### !! NOT READY FOR PRODUCTION USE !! +### This is an example implementation and will need to be adjusted to fit your needs. Project by Tom Aarts diff --git a/src/main/java/com/pi4j/devices/cp2102n/README.md b/src/main/java/com/pi4j/devices/cp2102n/README.md index 3948bd7..13f0ebf 100644 --- a/src/main/java/com/pi4j/devices/cp2102n/README.md +++ b/src/main/java/com/pi4j/devices/cp2102n/README.md @@ -2,11 +2,9 @@ Pi4J :: Java I/O Library for Raspberry Pi :: Device :: CP2102N serial to USB ========================================================================== -## DISCLAIMER :: EXPERIMENTAL VERSION 2 - ### This repository contains device specific support for various devices. -### !! NOT READY FOR PRODUCTION USE !! +### This is an example implementation and will need to be adjusted to fit your needs. Project by Tom Aarts ========================================================================== @@ -42,11 +40,9 @@ Project by Tom Aarts # # -## DISCLAIMER :: EXPERIMENTAL VERSION 2 - ### This repository contains device specific support for various devices. -### !! NOT READY FOR PRODUCTION USE !! +### This is an example implementation and will need to be adjusted to fit your needs. Project by Tom Aarts ========================== diff --git a/src/main/java/com/pi4j/devices/dac8552/README.md b/src/main/java/com/pi4j/devices/dac8552/README.md index 41e3d38..696baeb 100644 --- a/src/main/java/com/pi4j/devices/dac8552/README.md +++ b/src/main/java/com/pi4j/devices/dac8552/README.md @@ -2,11 +2,9 @@ Pi4J :: Java I/O Library for Raspberry Pi :: Device :: DAC8552 ========================================================================== -## DISCLAIMER :: EXPERIMENTAL VERSION 2 - ### This repository contains device specific support for various devices. -### !! NOT READY FOR PRODUCTION USE !! +### This is an example implementation and will need to be adjusted to fit your needs. Project by Tom Aarts ========================================================================== diff --git a/src/main/java/com/pi4j/devices/dht22/README.md b/src/main/java/com/pi4j/devices/dht22/README.md index 7daf111..5ffae5e 100644 --- a/src/main/java/com/pi4j/devices/dht22/README.md +++ b/src/main/java/com/pi4j/devices/dht22/README.md @@ -6,11 +6,9 @@ Pi4J :: Java I/O Library for Raspberry Pi :: Device :: DHT22 Uses SN74HC595 to update D0-D7 of the LCD display module ========================================================================== -## DISCLAIMER :: EXPERIMENTAL VERSION 2 - ### This repository contains device specific support for various devices. -### !! NOT READY FOR PRODUCTION USE !! +### This is an example implementation and will need to be adjusted to fit your needs. Project by Tom Aarts ========================================================================== diff --git a/src/main/java/com/pi4j/devices/hd44780u_lcd1602a/README.md b/src/main/java/com/pi4j/devices/hd44780u_lcd1602a/README.md index 4d3a121..775aa49 100644 --- a/src/main/java/com/pi4j/devices/hd44780u_lcd1602a/README.md +++ b/src/main/java/com/pi4j/devices/hd44780u_lcd1602a/README.md @@ -7,11 +7,9 @@ Pi4J :: Java I/O Library for Raspberry Pi :: Device :: HD44780U LCD Uses SN74HC595 to update D0-D7 of the LCD display module ========================================================================== -## DISCLAIMER :: EXPERIMENTAL VERSION 2 - ### This repository contains device specific support for various devices. -### !! NOT READY FOR PRODUCTION USE !! +### This is an example implementation and will need to be adjusted to fit your needs. Project by Tom Aarts ========================================================================== diff --git a/src/main/java/com/pi4j/devices/mcp23008/README.md b/src/main/java/com/pi4j/devices/mcp23008/README.md index 6219f5f..f1fbf6b 100644 --- a/src/main/java/com/pi4j/devices/mcp23008/README.md +++ b/src/main/java/com/pi4j/devices/mcp23008/README.md @@ -1,10 +1,9 @@ Pi4J :: Java I/O Library for Raspberry Pi :: Device :: Mcp23008 ========================================================================== -## DISCLAIMER :: EXPERIMENTAL VERSION 2 - ### This repository is a first device specific support project for the MCP23008 -### !! NOT READY FOR PRODUCTION USE !! + +### This is an example implementation and will need to be adjusted to fit your needs. Project by Tom Aarts diff --git a/src/main/java/com/pi4j/devices/mcp23017/README.md b/src/main/java/com/pi4j/devices/mcp23017/README.md index 0ba01f8..119ab65 100644 --- a/src/main/java/com/pi4j/devices/mcp23017/README.md +++ b/src/main/java/com/pi4j/devices/mcp23017/README.md @@ -1,11 +1,9 @@ Pi4J :: Java I/O Library for Raspberry Pi :: Device :: Mcp23017 ========================================================================== -## DISCLAIMER :: EXPERIMENTAL VERSION 2 - ### This repository is a first device specific support project for the MCP23017 -### !! NOT READY FOR PRODUCTION USE !! +### This is an example implementation and will need to be adjusted to fit your needs. Project by Tom Aarts diff --git a/src/main/java/com/pi4j/devices/mcp23xxxApplication/README.md b/src/main/java/com/pi4j/devices/mcp23xxxApplication/README.md index f0c0cb8..fa934da 100644 --- a/src/main/java/com/pi4j/devices/mcp23xxxApplication/README.md +++ b/src/main/java/com/pi4j/devices/mcp23xxxApplication/README.md @@ -1,11 +1,9 @@ Pi4J :: Java I/O Library for Raspberry Pi :: Device :: Mcp23xxPinMonitor ========================================================================== -## DISCLAIMER :: EXPERIMENTAL VERSION 2 - ### This repository is a first device specific support project for the MCP23008 and MCP23017 -### !! NOT READY FOR PRODUCTION USE !! +### This is an example implementation and will need to be adjusted to fit your needs. Project by Tom Aarts diff --git a/src/main/java/com/pi4j/devices/mcp3008/README.md b/src/main/java/com/pi4j/devices/mcp3008/README.md index 4b4d402..e62d711 100644 --- a/src/main/java/com/pi4j/devices/mcp3008/README.md +++ b/src/main/java/com/pi4j/devices/mcp3008/README.md @@ -3,11 +3,9 @@ Pi4J :: Java I/O Library for Raspberry Pi :: Device :: MCP3008 10 bit A/D converter ========================================================================== -## DISCLAIMER :: EXPERIMENTAL VERSION 2 - ### This repository contains device specific support for various devices. -### !! NOT READY FOR PRODUCTION USE !! +### This is an example implementation and will need to be adjusted to fit your needs. Project by Tom Aarts ========================================================================== diff --git a/src/main/java/com/pi4j/devices/mcp4725/README.md b/src/main/java/com/pi4j/devices/mcp4725/README.md index 795140c..58ad5a0 100644 --- a/src/main/java/com/pi4j/devices/mcp4725/README.md +++ b/src/main/java/com/pi4j/devices/mcp4725/README.md @@ -1,9 +1,6 @@ - -## DISCLAIMER :: EXPERIMENTAL VERSION 2 - ### This repository contains device specific support for various devices. -### !! NOT READY FOR PRODUCTION USE !! +### This is an example implementation and will need to be adjusted to fit your needs. Project by Tom Aarts ========================================================================== diff --git a/src/main/java/com/pi4j/devices/pcf8574a_lcd1602a/README.md b/src/main/java/com/pi4j/devices/pcf8574a_lcd1602a/README.md index 75cfa8d..a64afa7 100644 --- a/src/main/java/com/pi4j/devices/pcf8574a_lcd1602a/README.md +++ b/src/main/java/com/pi4j/devices/pcf8574a_lcd1602a/README.md @@ -1,10 +1,8 @@ ========================================================================= -## DISCLAIMER :: EXPERIMENTAL VERSION 2 - ### This repository contains device specific support for various devices. -### !! NOT READY FOR PRODUCTION USE !! +### This is an example implementation and will need to be adjusted to fit your needs. Project by Tom Aarts ========================================================================== diff --git a/src/main/java/com/pi4j/devices/sn74hc595/README.md b/src/main/java/com/pi4j/devices/sn74hc595/README.md index 62b9a2d..6181186 100644 --- a/src/main/java/com/pi4j/devices/sn74hc595/README.md +++ b/src/main/java/com/pi4j/devices/sn74hc595/README.md @@ -5,11 +5,9 @@ Pi4J :: Java I/O Library for Raspberry Pi :: Device :: SN74HC595 8 Bit shift register ========================================================================== -## DISCLAIMER :: EXPERIMENTAL VERSION 2 - ### This repository contains device specific support for various devices. -### !! NOT READY FOR PRODUCTION USE !! +### This is an example implementation and will need to be adjusted to fit your needs. Project by Tom Aarts ========================================================================== diff --git a/src/main/java/com/pi4j/devices/tca9548/README.md b/src/main/java/com/pi4j/devices/tca9548/README.md index 37eb58f..22a5998 100644 --- a/src/main/java/com/pi4j/devices/tca9548/README.md +++ b/src/main/java/com/pi4j/devices/tca9548/README.md @@ -1,11 +1,9 @@ Pi4J :: Java I/O Library for Raspberry Pi :: Device :: TCA9548 ========================================================================== -## DISCLAIMER :: EXPERIMENTAL VERSION 2 - ### This repository is a first device specific support project for the TCA9548 -### !! NOT READY FOR PRODUCTION USE !! +### This is an example implementation and will need to be adjusted to fit your needs. Project by Tom Aarts diff --git a/src/main/java/com/pi4j/devices/vl53L0X/README.md b/src/main/java/com/pi4j/devices/vl53L0X/README.md index 9ee6c37..55dd9c7 100644 --- a/src/main/java/com/pi4j/devices/vl53L0X/README.md +++ b/src/main/java/com/pi4j/devices/vl53L0X/README.md @@ -1,11 +1,9 @@ Pi4J :: Java I/O Library for Raspberry Pi :: Device :: VL53L0X TimeOfFlight (TOF) Sensor ========================================================================== -## DISCLAIMER :: EXPERIMENTAL VERSION 2 - ### This repository contains device specific support for various devices. -### !! NOT READY FOR PRODUCTION USE !! +### This is an example implementation and will need to be adjusted to fit your needs. Project by Tom Aarts ==========================================================================