• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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    units:
18      symbol: "m/s^2"
19  rotational_velocity:
20    name: "rotational velocity"
21    description: "rotational velocity"
22    units:
23      name: "rotational velocity"
24      symbol: "rad/s"
25  magnetic_field:
26    name: "magnetic field"
27    description: "magnetic field"
28    units:
29      name: "magnetic field"
30      symbol: "Gs"
31  die_temperature:
32    name: "die temperature"
33    description: "internal temperature of the IC"
34    units:
35      name: "temperature"
36      symbol: "C"
37  ambient_temperature:
38    name: "ambient temperature"
39    description: "measured temperature of the environment"
40    units:
41      name: "temperature"
42      symbol: "C"
43