Searched refs:micro (Results 1 – 25 of 150) sorted by relevance
123456
33 ${TENSORFLOW_LITE_MICRO_DIR}/signal/micro/kernels/fft_flexbuffers_generated_data.cc34 ${TENSORFLOW_LITE_MICRO_DIR}/signal/micro/kernels/rfft.cc35 ${TENSORFLOW_LITE_MICRO_DIR}/signal/micro/kernels/window.cc36 ${TENSORFLOW_LITE_MICRO_DIR}/signal/micro/kernels/window_flexbuffers_generated_data.cc48 ${TENSORFLOW_LITE_MICRO_DIR}/tensorflow/lite/micro/debug_log.cc49 ${TENSORFLOW_LITE_MICRO_DIR}/tensorflow/lite/micro/hexdump.cc50 ${TENSORFLOW_LITE_MICRO_DIR}/tensorflow/lite/micro/fake_micro_context.cc51 ${TENSORFLOW_LITE_MICRO_DIR}/tensorflow/lite/micro/memory_helpers.cc52 ${TENSORFLOW_LITE_MICRO_DIR}/tensorflow/lite/micro/micro_allocation_info.cc53 ${TENSORFLOW_LITE_MICRO_DIR}/tensorflow/lite/micro/test_helpers.cc[all …]
5 Use the piezo buzzer on the BBC micro:bit board.11 to port P0 on the edge connector of the **BBC micro:bit v1** or12 using the on-board buzzer on the **BBC micro:bit v2**.17 Using **BBC micro:bit v1**, a separate piezo buzzer must be connected to the board.21 The upgraded **BBC micro:bit v2** board does not need a separate buzzer as it has one30 Building for a BBC micro:bit v139 Building for a BBC micro:bit v2
102 int gnss_parse_dec_to_micro(const char *str, uint64_t *micro) in gnss_parse_dec_to_micro() argument107 __ASSERT(micro != NULL, "micro argument must be provided"); in gnss_parse_dec_to_micro()109 ret = gnss_parse_dec_to_nano(str, micro); in gnss_parse_dec_to_micro()114 *micro = (*micro) / GNSS_PARSE_MILLI; in gnss_parse_dec_to_micro()
36 int gnss_parse_dec_to_micro(const char *str, uint64_t *micro);
14 rshunt-micro-ohms = <400>;24 rshunt-micro-ohms = <400>;34 rshunt-micro-ohms = <0x00ff>;44 rshunt-micro-ohms = <0xffff>;
2 :name: BBC micro:bit5 Samples that demonstrate some board-specific features on BBC micro:bit.
4 Use the 5x5 LED matrix display on the BBC micro:bit board.9 on the BBC micro:bit board.14 This project outputs various things on the BBC micro:bit display. It can
4 Implement a line following robot using a BBC micro:bit board and robot chassis.10 robot chassis containing a BBC micro:bit board.17 with a BBC micro:bit board. Use black tape to create a line track19 micro:bit board (described below), turn on the robot,
4 Play pong as single player or over Bluetooth between two micro:bit devices.9 Play pong as single player or over Bluetooth between two micro:bit13 micro:bit (labeled A and B). Initially the playing mode is selected: use19 and connect to a second micro:bit which has also been set into multi-player
13 micro-step-res = <1>;25 micro-step-res = <1>;51 micro-step-res = <1>;
14 rshunt-micro-ohms = <2000>;22 rshunt-micro-ohms = <2000>;
20 https://github.com/tensorflow/tflite-micro-arduino-examples/tree/main/examples/magic_wand28 Add the tflite-micro module to your West manifest and pull it:32 west config manifest.project-filter -- +tflite-micro39 :zephyr-app: samples/modules/tflite-micro/magic_wand51 …renode -e "set zephyr_elf @./build/zephyr/zephyr.elf; s @./samples/modules/tflite-micro/magic_wand…
7 bool "BBC micro:bit 5x5 LED Display support"12 LED matrix display on the BBC micro:bit.
21 Maximum duration in micro-seconds to transfer a byte data in blocking mode.27 Maximum duration in micro-seconds to receive a byte data in blocking mode.
29 https://github.com/tensorflow/tflite-micro/tree/main/tensorflow/lite/micro/examples/hello_world37 Add the tflite-micro module to your West manifest and pull it:41 west config manifest.project-filter -- +tflite-micro47 :zephyr-app: samples/modules/tflite-micro/hello_world68 $ west build -p auto -b mps3/corstone300/fvp samples/modules/tflite-micro/hello_world/ -T sample.te…
1 .. zephyr:code-sample-category:: tflite-micro
6 The Micro Bit (also referred to as BBC Micro Bit, stylized as micro:bit) is an21 The micro:bit-v2 has the following physical features:55 Replace :code:`<tty_device>` with the port where the micro:bit board
11 micro-step-res = <2>;
23 BBC micro:bit Display
18 micro-step-res = <1>;
16 micro-step-res = <1>;
18 micro-step-res = <32>;
18 micro-step-res = <8>;
28 …earch.google.com/github/tensorflow/tensorflow/blob/master/tensorflow/lite/micro/examples/hello_wor…31 …ref="https://github.com/tensorflow/tensorflow/blob/master/tensorflow/lite/micro/examples/hello_wor…40 …zip](https://storage.googleapis.com/download.tensorflow.org/models/tflite/micro/hello_world_2020_1…
25 Add the tflite-micro module to your West manifest and pull it:29 west config manifest.project-filter -- +tflite-micro46 $ west build -b mps3/corstone300/fvp zephyr/samples/modules/tflite-micro/tflm_ethosu