Skip to content

Commit

Permalink
V2 is no longer experimental, updating READMEs...
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank Delporte committed Feb 28, 2024
1 parent 13e5377 commit c547d3b
Show file tree
Hide file tree
Showing 14 changed files with 16 additions and 46 deletions.
4 changes: 1 addition & 3 deletions src/main/java/com/pi4j/devices/base_i2c/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
8 changes: 2 additions & 6 deletions src/main/java/com/pi4j/devices/cp2102n/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
==========================================================================
Expand Down Expand Up @@ -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
==========================
Expand Down
4 changes: 1 addition & 3 deletions src/main/java/com/pi4j/devices/dac8552/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
==========================================================================
Expand Down
4 changes: 1 addition & 3 deletions src/main/java/com/pi4j/devices/dht22/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
==========================================================================
Expand Down
4 changes: 1 addition & 3 deletions src/main/java/com/pi4j/devices/hd44780u_lcd1602a/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
==========================================================================
Expand Down
5 changes: 2 additions & 3 deletions src/main/java/com/pi4j/devices/mcp23008/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 1 addition & 3 deletions src/main/java/com/pi4j/devices/mcp23017/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 1 addition & 3 deletions src/main/java/com/pi4j/devices/mcp23xxxApplication/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 1 addition & 3 deletions src/main/java/com/pi4j/devices/mcp3008/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
==========================================================================
Expand Down
5 changes: 1 addition & 4 deletions src/main/java/com/pi4j/devices/mcp4725/README.md
Original file line number Diff line number Diff line change
@@ -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
==========================================================================
Expand Down
4 changes: 1 addition & 3 deletions src/main/java/com/pi4j/devices/pcf8574a_lcd1602a/README.md
Original file line number Diff line number Diff line change
@@ -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
==========================================================================
Expand Down
4 changes: 1 addition & 3 deletions src/main/java/com/pi4j/devices/sn74hc595/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
==========================================================================
Expand Down
4 changes: 1 addition & 3 deletions src/main/java/com/pi4j/devices/tca9548/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 1 addition & 3 deletions src/main/java/com/pi4j/devices/vl53L0X/README.md
Original file line number Diff line number Diff line change
@@ -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
==========================================================================
Expand Down

0 comments on commit c547d3b

Please sign in to comment.