From ba778ead40ddf8f1282e78cc8b5dd42e6c4fe1c5 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 26 Dec 2021 11:39:12 +0100 Subject: max44009: handle overrange condition --- include/driver/max44009.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/driver') diff --git a/include/driver/max44009.h b/include/driver/max44009.h index cca142f..da64712 100644 --- a/include/driver/max44009.h +++ b/include/driver/max44009.h @@ -2,6 +2,9 @@ * Copyright 2020 Daniel Friesel * * SPDX-License-Identifier: BSD-2-Clause + * + * Driver for MAX44009 Ambient Light Sensor. + * Does not support interrupts. */ #ifndef MAX44009_H #define MAX44009_H -- cgit v1.2.3