mirror of
https://github.com/arduino/Arduino.git
synced 2024-12-04 15:24:12 +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);
|