mirror of
https://github.com/arduino/Arduino.git
synced 2025-01-18 07:52:14 +01: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);
|