zephyr/samples/boards/google_twinkie_v2_pda
Nick Ward ead0c4f865 drivers: adc: use adc_read_dt api
Where struct adc_dt_spec is in use use adc_read_dt().

Signed-off-by: Nick Ward <nix.ward@gmail.com>
2023-09-25 09:52:16 +02:00
..
src drivers: adc: use adc_read_dt api 2023-09-25 09:52:16 +02:00
CMakeLists.txt samples: boards: firmware for Twinkie V2 2023-07-25 09:08:19 +02:00
prj.conf samples: boards: firmware for Twinkie V2 2023-07-25 09:08:19 +02:00
README.rst samples: boards: firmware for Twinkie V2 2023-07-25 09:08:19 +02:00
sample.yaml samples: boards: firmware for Twinkie V2 2023-07-25 09:08:19 +02:00

.. _google_twinkie_v2_pda:

Twinkie Power Delivery
######################

Overview
********

This provides access to :ref:`Twinkie <google_twinkie_v2_board>` so you can try out
the supported features.

Building and Running
********************

Build and flash Twinkie as follows:

.. zephyr-app-commands::
   :zephyr-app: samples/boards/google_pda
   :board: google_twinkie_v2
   :goals: build flash
   :compact:

After flashing, the LED will start red. Putting the Twinkie in between any
usbc connection will cause the LED to turn blue. The LED will turn green instead
if the device is currently charging.