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 15units: 16 frequency: 17 name: "frequency" 18 description: "rate of occurrence" 19 symbol: "Hz" 20 acceleration: 21 name: "acceleration" 22 description: "rate of velocity change" 23 symbol: "m/s^2" 24 rotational_velocity: 25 name: "rotational velocity" 26 description: "rate at which an object is spinning" 27 symbol: "rad/s" 28 magnetic_field: 29 name: "magnetic field" 30 description: "" 31 symbol: "Gs" 32 time_cycles: 33 name: "time cycles" 34 description: "time duration measured by clock cycles" 35 symbol: "cycles" 36 temperature: 37 name: "temperature" 38 description: "measurement of thermal energy" 39 symbol: "C" 40