Skip to content
Snippets Groups Projects
Commit 267663a1 authored by Moritz Perschke's avatar Moritz Perschke
Browse files

espnow library first draft

parent 711eab9b
No related branches found
No related tags found
5 merge requests!39Merge Develop into Main,!19development into master,!17Inital Host, initial Client,!3Merge Branch `develop` into `sensor_readout`,!1Espnow
......@@ -12,5 +12,4 @@
platform = espressif32
board = esp32-c3-devkitm-1
framework = arduino
monitor_speed = 115200
monitor_speed = 115200
\ No newline at end of file
#include <Arduino.h>
#include "espnow.h"
void setup() {
// put your setup code here, to run once:
Serial.begin(115200);
while(!Serial);
int result = espnow_setup();
}
void loop() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment