Skip to content

Commit

Permalink
Update i2s_microphone data value (#3732)
Browse files Browse the repository at this point in the history
  • Loading branch information
RaymiiOrg and nagyrobi authored Jun 2, 2024
1 parent 66e70ec commit 308aba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/microphone/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Microphone Triggers
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

This trigger will fire when new data is received from the microphone.
The data is available as a ``std::vector<uint8_t>`` in the variable ``x``.
The data is available as a ``std::vector<int16_t>`` in the variable ``x``.

.. code-block:: yaml
Expand Down

0 comments on commit 308aba8

Please sign in to comment.