1# Copyright 2024 The Pigweed Authors 2# 3# Licensed under the Apache License, Version 2.0 (the "License"); you may not 4# use this file except in compliance with the License. You may obtain a copy of 5# the License at 6# 7# https://www.apache.org/licenses/LICENSE-2.0 8# 9# Unless required by applicable law or agreed to in writing, software 10# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT 11# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the 12# License for the specific language governing permissions and limitations under 13# the License. 14 15channels: 16 acceleration: 17 name: "acceleration" 18 description: "" 19 units: "acceleration" 20 rotational_velocity: 21 name: "rotational velocity" 22 description: "rotational velocity" 23 units: "rotational_velocity" 24 magnetic_field: 25 name: "magnetic field" 26 description: "magnetic field" 27 units: "magnetic_field" 28 die_temperature: 29 name: "die temperature" 30 description: "internal temperature of the IC" 31 units: "temperature" 32 ambient_temperature: 33 name: "ambient temperature" 34 description: "measured temperature of the environment" 35 units: "temperature" 36