1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-08-17 06:42:21 +03:00

Updating _port to really used port and made _port accessible (#7003)

* Updating _port to really used port and made _port accessible

* 2. Try
This commit is contained in:
LaborEtArs
2020-01-09 01:36:39 +01:00
committed by Develo
parent b4d2ab102b
commit 5e537e5783
2 changed files with 6 additions and 0 deletions

View File

@@ -58,6 +58,7 @@ public:
virtual size_t write(uint8_t);
virtual size_t write(const uint8_t *buf, size_t size);
uint8_t status();
uint16_t port() const;
void close();
void stop();