mirror of
https://github.com/CovidBraceletPrj/CovidBracelet.git
synced 2025-05-25 09:03:36 +02:00
Add license headers
This commit is contained in:
parent
76a55726e8
commit
0dd0ddecec
@ -1,3 +1,9 @@
|
|||||||
|
/*
|
||||||
|
* Copyright (c) 2021 Tobias Schramm <t.schramm@t-sys.eu>
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
|
*/
|
||||||
|
|
||||||
#include <device.h>
|
#include <device.h>
|
||||||
#include <drivers/adc.h>
|
#include <drivers/adc.h>
|
||||||
|
|
||||||
|
@ -1,6 +1,11 @@
|
|||||||
|
/*
|
||||||
|
* Copyright (c) 2021 Tobias Schramm <t.schramm@t-sys.eu>
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
|
*/
|
||||||
|
|
||||||
#ifdef PLATFORM_PINETIME
|
#ifdef PLATFORM_PINETIME
|
||||||
|
|
||||||
#include <zephyr.h>
|
|
||||||
#include <device.h>
|
#include <device.h>
|
||||||
#include <display/cfb.h>
|
#include <display/cfb.h>
|
||||||
#include <drivers/gpio.h>
|
#include <drivers/gpio.h>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# Copyright (c) 2020, Tobias Schramm <t.schramm@t-sys.eu>
|
# Copyright (c) 2021, Tobias Schramm <t.schramm@t-sys.eu>
|
||||||
# SPDX-License-Identifier: Apache-2.0
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
description: |
|
description: |
|
||||||
@ -15,3 +15,5 @@ properties:
|
|||||||
description: |
|
description: |
|
||||||
Array containing pairs of state-of-charge and associated
|
Array containing pairs of state-of-charge and associated
|
||||||
open circuit battery voltage in millivolts
|
open circuit battery voltage in millivolts
|
||||||
|
Entries must be strictly monotonically decreasing in both
|
||||||
|
battery voltage and state-of-charge
|
||||||
|
Loading…
x
Reference in New Issue
Block a user