mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-20 21:01:25 +03:00
5 lines
114 B
Plaintext
5 lines
114 B
Plaintext
void setup();
|
|
void loop();
|
|
void OneWireReset(int _1W_Pin);
|
|
void OneWireOutByte(int _1W_Pin, byte d, byte strong);
|