No description
- C 82.5%
- C++ 15.3%
- Python 1%
- Assembly 1%
- HTML 0.2%
Modified Makefile to be able to create a shared library. This simplifies the use of that code (used in the example) in other projects. Now, the example provided links against this library as well. Because Raspberry Pi and Jetson differ in hardware, they use different libraries, specific for each platform. So, I have added a simple rule which tells the user to make for one or for the other, instead of making for both. I have added a gitignore that ignores de bin folder, which is not necessary to be under source control. The two binaries, epd (example) and the library are ignored as well. I have modified the Makefile accordingly to be able to create the bin folder. Finally, I have added a little print in the examples' main.c to tell the user to uncomment one of the tests, because by default, the example demo does nothing and do not inform the user. |
||
|---|---|---|
| Arduino UNO | ||
| RaspberryPi&JetsonNano | ||
| STM32/STM32-F103ZET6 | ||
| README.md | ||
| waveshare_logo.png | ||
e-Paper
中文:
Jetson Nano、Raspberry Pi、Arduino、STM32例程
- Raspberry Pi & Jetson Nano:
C Python
- Arduino:
Arduino UNO
- STM32:
STM32F103ZET6
更多资料请在官网上搜索:
http://www.waveshare.net
English:
Jetson Nano、Raspberry Pi、Arduino、STM32 Demo:
- Raspberry Pi & Jetson Nano:
C Python
- Arduino:
Arduino UNO
- STM32:
STM32F103ZET6
For more information, please search on the official website:
https://www.waveshare.com
