summaryrefslogtreecommitdiff
path: root/.pio/libdeps/esp32-s3-n16r8/RF24/docs/mraa.md
diff options
context:
space:
mode:
authorkrolyxon <me@krolyxon.com>2026-06-08 23:12:15 +0530
committerkrolyxon <me@krolyxon.com>2026-06-08 23:12:15 +0530
commit8a4d103196312b8a18afc0a2ba0fc13ff1a0b180 (patch)
treea92424ac65fbdb93702ea8c44a5c52c9fd66e28c /.pio/libdeps/esp32-s3-n16r8/RF24/docs/mraa.md
parent1d557527be495c59bbc07f194d903b1cec1780d3 (diff)
remove .pio
Diffstat (limited to '.pio/libdeps/esp32-s3-n16r8/RF24/docs/mraa.md')
-rw-r--r--.pio/libdeps/esp32-s3-n16r8/RF24/docs/mraa.md42
1 files changed, 0 insertions, 42 deletions
diff --git a/.pio/libdeps/esp32-s3-n16r8/RF24/docs/mraa.md b/.pio/libdeps/esp32-s3-n16r8/RF24/docs/mraa.md
deleted file mode 100644
index 175b7b4..0000000
--- a/.pio/libdeps/esp32-s3-n16r8/RF24/docs/mraa.md
+++ /dev/null
@@ -1,42 +0,0 @@
-# MRAA
-
-@tableofcontents
-
-<!-- markdownlint-disable MD031 -->
-MRAA is a Low Level Skeleton Library for Communication on GNU/Linux platforms.
-Review the [MRAA documentation](http://iotdk.intel.com/docs/master/mraa/index.html) for more information
-
-RF24 supports all MRAA supported platforms, but it might not have been tested on each individual platform due to the wide range of hardware support:
-
-- [Report an RF24 bug or issue](https://github.com/TMRh20/RF24/issues)
-
-## Setup and installation
-
-Build using the **MRAA** library from [MRAA documentation](http://iotdk.intel.com/docs/master/mraa/index.html)
-
-MRAA is not included.
-
-1. Install, and build MRAA
- ```shell
- git clone https://github.com/intel-iot-devkit/mraa.git
- cd mraa
- mkdir build
- cd build
- cmake .. -DBUILDSWIGNODE=OFF
- sudo make install
- ```
-2. Complete the install
- ```shell
- nano /etc/ld.so.conf
- ```
- Add the line
- ```shell
- /usr/local/lib/arm-linux-gnueabihf
- ```
- Run
- ```shell
- sudo ldconfig
- ```
-3. Install RF24, using MRAA
-
- See [Linux Install instructions](linux_install.md)