|
My Project
|
#include "Arduino.h"

Go to the source code of this file.
Functions | |
| uint8_t | initializeESPNOW (uint8_t *macAddress) |
| void | createMacAddress (uint8_t lastByte, uint8_t mac[6]) |
| __attribute__ ((weak)) void onDataReceived(String data) | |
| uint8_t | sendDataString (String data) |
| template<typename T > | |
| uint8_t | sendData (T data) |
| uint8_t | sendData (char *data, uint16_t len) |
Variables | |
| int | len |
| __attribute__ | ( | (weak) | ) |
| void createMacAddress | ( | uint8_t | lastByte, |
| uint8_t | mac[6] | ||
| ) |
Definition at line 67 of file radio.cpp.
Referenced by CanSatInit(), and GroundStationInit().

| uint8_t initializeESPNOW | ( | uint8_t * | macAddress | ) |
Definition at line 30 of file radio.cpp.
References broadcastAddress, internalDataReceivedCallback(), internalDataSentCallback(), peerInfo, and radioHasBeenInitialized.
Referenced by CanSatInit(), and GroundStationInit().


| uint8_t sendData | ( | char * | data, |
| uint16_t | len | ||
| ) |
Definition at line 89 of file radio.cpp.
References broadcastAddress, len, and radioHasBeenInitialized.
| uint8_t sendData | ( | T | data | ) |
Definition at line 20 of file radio.h.
References sendDataString().

| uint8_t sendDataString | ( | String | data | ) |
Definition at line 77 of file radio.cpp.
References broadcastAddress, and radioHasBeenInitialized.
Referenced by sendData().

| int len |
Definition at line 13 of file radio.h.
Referenced by internalDataReceivedCallback(), and sendData().
1.8.17