Updated Porting to non Arduino Platforms (markdown)

master
Jan Gromeš 2023-07-22 19:22:33 +02:00
rodzic a09aaf47b7
commit 906843f604
1 zmienionych plików z 1 dodań i 1 usunięć

@ -1,4 +1,4 @@
Even though RadioLib was originally written for Arduino, it can run on any platform that can compile C++ code. This pageshows how to install and use RadioLib on any generic platform. Go [here](https://github.com/jgromes/RadioLib/tree/master/examples/NonArduino/Raspberry) to see an example for Raspberry Pi.
Even though RadioLib was originally written for Arduino, it can run on any platform that can compile C++ code. This page shows how to install and use RadioLib on any generic platform. Go [here](https://github.com/jgromes/RadioLib/tree/master/examples/NonArduino/Raspberry) to see an example for Raspberry Pi.
To port RadioLib, follow these steps: