This website requires JavaScript.
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
mirror
/
RadioLib
kopia lustrzana
https://github.com/jgromes/RadioLib
Obserwuj
1
Polub
0
Forkuj
You've already forked RadioLib
0
Kod
Zgłoszenia
Projekty
Wydania
Wiki
Aktywność
5974da27de
RadioLib
/
examples
/
NonArduino
/
Raspberry
/
build.sh
9 wiersze
97 B
Bash
Czysty
Zwykły widok
Historia
Unescape
Escape
Added CMake for NonArduino example
2023-04-30 20:10:48 +00:00
#!/bin/bash
set
-e
mkdir -p build
cd
build
cmake -G
"CodeBlocks - Unix Makefiles"
..
Updated non-Arduino example
2023-05-16 16:12:45 +00:00
make
Added CMake for NonArduino example
2023-04-30 20:10:48 +00:00
cd
..