|
@ -18,13 +18,13 @@ |
|
|
*/ |
|
|
*/ |
|
|
#pragma once |
|
|
#pragma once |
|
|
|
|
|
|
|
|
#include "HAL.h" |
|
|
#include <stdint.h> |
|
|
|
|
|
|
|
|
#define SW_SERIAL_PLACEHOLDER 1 |
|
|
#define SW_SERIAL_PLACEHOLDER 1 |
|
|
|
|
|
|
|
|
class SoftwareSerial { |
|
|
class SoftwareSerial { |
|
|
public: |
|
|
public: |
|
|
SoftwareSerial(pin_t RX_pin, pin_t TX_pin); |
|
|
SoftwareSerial(int8_t RX_pin, int8_t TX_pin); |
|
|
|
|
|
|
|
|
void begin(const uint32_t baudrate); |
|
|
void begin(const uint32_t baudrate); |
|
|
|
|
|
|
|
|