ATmega328P-HAL-Driver

所属分类:处理器开发
开发工具:C
文件大小:0KB
下载次数:6
上传日期:2023-09-23 11:07:49
上 传 者sh-1993
说明:  ATmega328P微控制器的HAL驱动程序。,
(HAL drivers for ATmega328P microcontroller.,)

文件列表:
CMakeLists.txt (248, 2023-12-16)
LICENSE (1068, 2023-12-16)
docs/ (0, 2023-12-16)
docs/Doxyfile (123190, 2023-12-16)
docs/io.md (1299, 2023-12-16)
docs/power.md (453, 2023-12-16)
docs/sphinx/ (0, 2023-12-16)
docs/sphinx/conf.py (274, 2023-12-16)
docs/sphinx/index.rst (82, 2023-12-16)
docs/system.md (776, 2023-12-16)
docs/theme/ (0, 2023-12-16)
docs/theme/doxygen-awesome-css/ (0, 2023-12-16)
docs/usage.md (1542, 2023-12-16)
docs/usart.md (651, 2023-12-16)
examples/ (0, 2023-12-16)
examples/power/ (0, 2023-12-16)
examples/power/CMakeLists.txt (417, 2023-12-16)
examples/power/power.c (547, 2023-12-16)
examples/system/ (0, 2023-12-16)
examples/system/CMakeLists.txt (421, 2023-12-16)
examples/system/system.c (750, 2023-12-16)
include/ (0, 2023-12-16)
include/hal.h (1500, 2023-12-16)
include/hal_internals.h (1641, 2023-12-16)
include/hal_io.h (2544, 2023-12-16)
include/hal_power.h (2130, 2023-12-16)
include/hal_system.h (3671, 2023-12-16)
include/hal_usart.h (2690, 2023-12-16)
src/ (0, 2023-12-16)
src/hal_io.c (5004, 2023-12-16)
src/hal_power.c (2110, 2023-12-16)
src/hal_system.c (2873, 2023-12-16)
src/hal_usart.c (6339, 2023-12-16)
src/hal_usart_extra.c (2744, 2023-12-16)
tests/ (0, 2023-12-16)
tests/Makefile (4060, 2023-12-16)
... ...

# ATmega328P HAL Drivers Unofficial (not affiliated with Microchip in any way) hardware abstraction layer drivers for ATmega328P microcontroller. This driver provides easy to use interface for device peripherals while staying fast and small as possible. ## Documentation Documentation is available at [atmega328p-hal-driver.rtfd.io](http://atmega328p-hal-driver.rtfd.io/). Alternatively, documentation can be generated locally. In order to generate documentation, your system should have Doxygen installed. ```bash cd docs/ doxygen Doxyfile ``` Generated documents will be placed in `docs/build` directory. ## License This project is licensed under [MIT license](LICENSE).

近期下载者

相关文件


收藏者