adds credit on work

This commit is contained in:
sietse jonker
2024-02-14 23:07:59 +01:00
parent 1ba6b305bb
commit 23a2f623a6
3 changed files with 8 additions and 3 deletions

View File

@@ -1,3 +1,6 @@
// Dano Bosch
// 14/2/2024
#include <SPI.h>
#include <Wire.h>
#include <Adafruit_GFX.h>

View File

@@ -1,5 +1,5 @@
// Sietse Jonker
// 09/02/2024
// Sietse Jonker & Dano Bosch
// 13/02/2024
#include <Wire.h>
#include <Adafruit_SH110X.h>

View File

@@ -15,4 +15,6 @@ We can only use certain ports like 113, 80, 443. These are common ports and are
#### Sources:
* https://websockets.readthedocs.io/en/stable/index.html
* https://websockets.readthedocs.io/en/stable/index.html
**Written by Sam**