From cefffdd84cf75e490d220c0d3ab4f909e1853bb3 Mon Sep 17 00:00:00 2001 From: fvanroie Date: Wed, 6 Jan 2021 14:22:37 +0100 Subject: [PATCH] Add AXP192 driver --- {src/drv => lib/AXP192}/AXP192.cpp | 0 {src/drv => lib/AXP192}/AXP192.h | 0 lib/AXP192/LICENSE | 21 +++++++++++++++++++++ 3 files changed, 21 insertions(+) rename {src/drv => lib/AXP192}/AXP192.cpp (100%) rename {src/drv => lib/AXP192}/AXP192.h (100%) create mode 100644 lib/AXP192/LICENSE diff --git a/src/drv/AXP192.cpp b/lib/AXP192/AXP192.cpp similarity index 100% rename from src/drv/AXP192.cpp rename to lib/AXP192/AXP192.cpp diff --git a/src/drv/AXP192.h b/lib/AXP192/AXP192.h similarity index 100% rename from src/drv/AXP192.h rename to lib/AXP192/AXP192.h diff --git a/lib/AXP192/LICENSE b/lib/AXP192/LICENSE new file mode 100644 index 00000000..6580a5df --- /dev/null +++ b/lib/AXP192/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2020 M5Stack + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. \ No newline at end of file