From 0b8c5b2d25673d7b86ada909b02d3d110a3fab33 Mon Sep 17 00:00:00 2001 From: TMRh20 Date: Wed, 15 Apr 2015 16:24:16 -0600 Subject: [PATCH] Update .h file (doc changes) --- RF24Gateway.h | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/RF24Gateway.h b/RF24Gateway.h index eb3d896..1c4e278 100644 --- a/RF24Gateway.h +++ b/RF24Gateway.h @@ -180,19 +180,19 @@ class RF24Gateway { /** @example bClient.sh * * Once RF24Gateway and RF24Ethernet are configured, standard tools can be used to interact with - * the sensor nodes. Example of on demand LED/Lighting control using a Bash script. + * the sensor nodes.
Example of on demand LED/Lighting control using a Bash script. */ /** @example nodeClient.js * * Once RF24Gateway and RF24Ethernet are configured, standard tools can be used to interact with - * the sensor nodes. Example of on demand LED/Lighting control using a NodeJS script. + * the sensor nodes.
Example of on demand LED/Lighting control using a NodeJS script. */ /** @example pyClient.py * * Once RF24Gateway and RF24Ethernet are configured, standard tools can be used to interact with - * the sensor nodes. Example of scheduled LED/Lighting control using a Python script. + * the sensor nodes.
Example of scheduled LED/Lighting control using a Python script. */ /** @@ -207,18 +207,10 @@ class RF24Gateway { * * @section Installation Installation * - * Installation instructions will be included with the RF24Ethernet documentation at http://tmrh20.github.io/RF24Ethernet once RF24Gateway - * is completed. + * Installation instructions are included with the RF24Ethernet documentation at http://tmrh20.github.io/RF24Ethernet * - * **Current:** * - * a: Install RF24 libs per installer.
- * b: Manually download/clone RF24Gateway from https://github.com/TMRh20/RF24Gateway and run 'sudo make install'
- * c: Edit one of the examples to specify your CE/CSN pin config ( RF24 radio(22,0); )
- * d: If using the RF24GatewayNode example, edit to set your IP/Subnet information
- * e: 'make' and run the example file(s)
- * - * Note: Forwarding/NAT may need to be configured as with RF24toTUN
+ * Note: Forwarding/NAT may need to be configured
* Note: RF24Gateway is tested with and defaults to using RF24Mesh. Sensor nodes must also use RF24Mesh with the default configuration. * *