estructura basica del proecto + wifi
This commit is contained in:
0
hardware/include/json.hpp
Normal file
0
hardware/include/json.hpp
Normal file
@@ -1,6 +1,9 @@
|
||||
#include <Arduino.h>
|
||||
#include <WiFi.h>
|
||||
#include <RESTClient.h>
|
||||
#include <PubSubClient.h>
|
||||
|
||||
#include "json.hpp"
|
||||
#include "rest.hpp"
|
||||
#include "wifi.hpp"
|
||||
#include "test.hpp"
|
||||
#include "mqtt.hpp"
|
||||
|
||||
#define LED 2
|
||||
0
hardware/include/mqtt.hpp
Normal file
0
hardware/include/mqtt.hpp
Normal file
1
hardware/include/rest.hpp
Normal file
1
hardware/include/rest.hpp
Normal file
@@ -0,0 +1 @@
|
||||
#include <HTTPClient.h>
|
||||
0
hardware/include/test.hpp
Normal file
0
hardware/include/test.hpp
Normal file
7
hardware/include/wifi.hpp
Normal file
7
hardware/include/wifi.hpp
Normal file
@@ -0,0 +1,7 @@
|
||||
#include <WiFi.h>
|
||||
#include <PubSubClient.h>
|
||||
|
||||
#define SSID "iPhone de Jose"
|
||||
#define PASSWORD "bombardeenlaus"
|
||||
|
||||
int setup_wifi();
|
||||
Reference in New Issue
Block a user