1
0
This repository has been archived on 2025-11-01. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
contaminus/hardware/include/WifiConnection.hpp
2025-06-05 21:46:03 +02:00

16 lines
281 B
C++

#pragma once
#include "globals.hpp"
#include <WiFi.h>
#include <PubSubClient.h>
#define SSID "iPhone de Jose"
#define WIFI_PASSWORD "bombardeenlaus"
#define PIN_R 12
#define PIN_G 13
#define PIN_B 14
void WiFi_Init();
void WiFi_Handle();
bool WiFi_IsConnected();