<phyphox version="1.7">
    <title>Light sensor</title>
    <category>Card10</category>
    <description>Read the light sensor of the Card10</description>
    <data-containers>
        <container size="0">t</container>
        <container size="0">v</container>
    </data-containers>
    <input>
        <bluetooth name="card10" mode="poll" rate="10">
            <output char="422302f0-2342-2342-2342-234223422342" conversion="uInt8">v</output>
            <output char="422302f0-2342-2342-2342-234223422342" extra="time">t</output>
        </bluetooth>
    </input>
    <views>
        <view label="Raw Data">
            <graph label="Light sensor raw" labelX="t" unitX="s" labelY="Value"partialUpdate="true">
                <input axis="y">v</input>
                <input axis="x">t</input>
            </graph>
        </view>
    </views>
    <export>
        <set name="Card10 Light Sensor">
            <data name="Time (s)">t</data>
            <data name="Light sensor raw">v</data>
        </set>
    </export>
</phyphox>
