Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Ryan Hartlage <[email protected]>
  • Loading branch information
KaitlynAnn99 and ryanplusplus authored Nov 25, 2024
1 parent f4168c3 commit 8d3c46e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# 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)

PlatformIO library for interacting with GE Appliances products supporting the full-duplex GEA3 serial protocol using the [`tiny`](https://github.com/ryanplusplus/tiny) HAL.
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`
Expand Down
5 changes: 0 additions & 5 deletions include/tiny_gea2_interface.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,6 @@
#include "tiny_fsm.h"
#include "tiny_timer.h"

typedef struct
{
uint8_t type;
} tiny_gea2_interface_diagnostics_args_t;

typedef struct
{
i_tiny_gea_interface_t interface;
Expand Down

0 comments on commit 8d3c46e

Please sign in to comment.