OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:arduino
(Results
1 - 3
of
3
) sorted by null
/device/google/accessory/demokit/
make-download.sh
9
# /examples/demokit (added here for ease of use with
Arduino
)
31
# so that it shows up in the
Arduino
IDE menus:
42
# copy in the
Arduino
libraries and remove the make file
43
cp -r
arduino
/* ADK_release_${dateStamp}/arduino_libs
/tools/test/connectivity/acts/framework/acts/controllers/
arduino_wifi_dongle.py
65
a configuration of a
arduino
wifi dongle.
106
"""Class representing an
arduino
wifi dongle.
182
def write(self,
arduino
, file_path, network=None):
183
"""Write an ino file to the
arduino
wifi dongle.
186
arduino
: path of the
arduino
executable.
196
cmd =
arduino
+ file_path + " --upload --port " + self.port
198
cmd = self._update_ino_wifi_network(
arduino
, file_path, network)
210
def _update_ino_wifi_network(self,
arduino
, file_path, network):
214
arduino
: path of the arduino executable
[
all
...]
/external/walt/docs/
AudioLatency.md
62
function ([currently at 5 kHz](https://github.com/google/walt/blob/v0.1.6/
arduino
/walt/walt.ino#L310)).
Completed in 260 milliseconds