Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanplusplus committed Dec 10, 2024
1 parent e146244 commit d2d3107
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# tiny-gea3-api
[![Tests](https://github.com/geappliances/tiny-gea3-api/actions/workflows/test.yml/badge.svg)](https://github.com/geappliances/tiny-gea3-api/actions/workflows/test.yml)
# tiny-gea-api
[![Tests](https://github.com/geappliances/tiny-gea-api/actions/workflows/test.yml/badge.svg)](https://github.com/geappliances/tiny-gea-api/actions/workflows/test.yml)

PlatformIO library for interacting with GE Appliances products supporting the half-duplex GEA2 serial protocol and the full-duplex GEA3 serial protocol using the [`tiny`](https://github.com/ryanplusplus/tiny) HAL.

## Components
### `tiny_gea3_interface`
Provides a simple interface for sending and receiving GEA3 serial packets.

## `tiny_gea2_interface`
### `tiny_gea2_interface`
Provides a simple interface for sending and receiving GEA2 serial packets on a half duplex setup.

### `tiny_erd_client`
### `tiny_gea3_erd_client`
Provides a simple interface for reading and writing addressable data (ERDs) over a GEA3 serial interface.

## Dev Environment
Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"maintainer": true
}
],
"version": "1.0.0",
"version": "1.0.1",
"frameworks": "*",
"platforms": "*",
"export": {
Expand Down

0 comments on commit d2d3107

Please sign in to comment.