Fix link in document

This commit is contained in:
Derisis13
2022-09-23 01:14:02 +02:00
committed by GitHub
parent 4d6489e260
commit 0433c59589

View File

@@ -13,7 +13,7 @@ Modify PT6302.h
Include the PT6302.h in your application and use the functions to display whatever you want. Include the PT6302.h in your application and use the functions to display whatever you want.
## Building ## Building
Use **either** [GNU make](#GNU make) or [CMake](#CMake) whichever you're familiar with. Use **either** [GNU make](#GNU-make) or [CMake](#CMake) whichever you're familiar with.
### Dependencies ### Dependencies
The project uses `avr-libc` as well as `avr-gcc`, please install the packages neccesary. For building you need either GNU make or CMake. The project uses `avr-libc` as well as `avr-gcc`, please install the packages neccesary. For building you need either GNU make or CMake.
If you're using CLion, it should automatically pick up on `CMakeLists.txt`, but you still need to modify it to your hardware. If you're using CLion, it should automatically pick up on `CMakeLists.txt`, but you still need to modify it to your hardware.