This library integrates many common and useful functions, and can be used in some C/C++ embedded project.
2024.9.7 Blackcat: Current Only Support STM32.
--{root} - Root directory.
+--Common/ - Part of common / useful functions.
+--Example/ - Test for some functions.
+--.gitignore - The file can be ignored Bby git.
+--LICENSE - MIT License for repo.
+--README.md - This file.
- Blackcat (minexo79@gmail.com)
- Triangle_Alien (https://www.facebook.com/MakerGym)
- Common Marco (References By Arduino)
- Logging
- Ring Buffer / Circular Buffer
- Fork & Clone This Repo.
- Add / Modify Your Code.
- If You Want to Create New File, The Name Must Be Start With
cel_xxx.c/.h
. - Current Only Support STM32 GCC / Arm Compiler.
- Only Accept English !!!
- If You Want to Create New File, The Name Must Be Start With
- Commit, Push And Create Pull / Request To Me!
- cel_xxx.h
#ifndef CEL_XXX_H_
#define CEL_XXX_H_
// Add Your Code...
#endif /* CEL_XXX_H_ */
- cel_xxx.c
#include "cel_xxx.h"
// Add Your Code...
Copyright (c) 2024 blackcat
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.