This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
''' | |
Bot Name: | |
Creator: | |
Version: | |
Date Updated: | |
Date Created: | |
''' | |
import discord | |
from discord.ext import commands |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Created by Matthew S on March 22, 2020 | |
Simple script to log DHT11 sensor data into a mySQL database. | |
This is done by directly connecting to the database. | |
*/ | |
#include <ESP8266WiFi.h> | |
#include <WiFiUdp.h> | |
#include <WiFiClient.h> | |
#include <MySQL_Connection.h> |