HF-BNO08x  0.1.0-dev
Loading...
Searching...
No Matches
firmware.h
Go to the documentation of this file.
1/*
2 * Copyright 2015-16 CEVA, Inc.
3 *
4 * Licensed under the Apache License, Version 2.0 (the "License");
5 * you may not use this file except in compliance with the License and
6 * any applicable agreements you may have with CEVA, Inc.
7 * You may obtain a copy of the License at
8 *
9 * http://www.apache.org/licenses/LICENSE-2.0
10 *
11 * Unless required by applicable law or agreed to in writing, software
12 * distributed under the License is distributed on an "AS IS" BASIS,
13 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 * See the License for the specific language governing permissions and
15 * limitations under the License.
16 *
17 */
18
19#ifndef FIRMWARE_H
20#define FIRMWARE_H
21
22#include "HcBin.h"
23
24extern const HcBin_t firmware;
25
26#endif
API Definition for HcBin objects (Hillcrest Binary Files).
const HcBin_t firmware
Definition firmware-bno.c:35
Definition HcBin.h:47