Files
MeshCoreTel-firmware/src/helpers
João Brázio 1948d284a0 Extract serial bridge into dedicated classes
This commit refactors the serial bridge functionality out of the `simple_repeater` example and into a more reusable, object-oriented structure.

An `AbstractBridge` interface has been introduced, along with a concrete `SerialBridge` implementation. This encapsulates all the logic for packet framing, checksum calculation, and serial communication, cleaning up the main example file significantly.

The `simple_repeater` example now instantiates and uses the `SerialBridge` class, resulting in better separation of concerns and improved code organization.
2025-09-04 23:43:05 +01:00
..
2025-08-30 21:54:46 +12:00
2025-07-03 11:42:53 +10:00
2025-08-21 13:23:05 -07:00
2025-06-25 11:00:24 +02:00
2025-01-13 14:07:48 +11:00
2025-09-01 15:22:11 +10:00
2025-06-27 22:57:49 -07:00
2025-05-11 09:28:15 +02:00
2025-03-04 22:00:48 -08:00
2025-06-30 03:46:18 +02:00
2025-02-27 18:02:47 +11:00