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
| -- CREATION | |
| CREATE TABLE restaurant ( | |
| id integer PRIMARY KEY, | |
| name varchar(20), | |
| description varchar(100), | |
| rating decimal, | |
| telephone varchar(10), | |
| hours varchar(100) | |
| ); |
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
| #include <DHT.h> | |
| #include <LiquidCrystal_I2C.h> | |
| #include <Adafruit_BMP085.h> | |
| // arduino-DHT: https://github.com/markruys/arduino-DHT | |
| // LiquidCrystal: https://www.arduino.cc/reference/en/libraries/liquidcrystal/ | |
| // Adafruit-BMP085-Library: https://github.com/adafruit/Adafruit-BMP085-Library | |
| // Format => (ADDRESS,Width,Height) | |
| LiquidCrystal_I2C lcd(0x27, 16, 2); |
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
| ## ## =============== | |
| ## Weapons | |
| ## ## =============== | |
| - Grandmas Walking Stick | |
| - Grandpas Walking Stick | |
| - Sword of Beheading | |
| - Blade of Vampires | |
| - Seismic Axe | |
| - Soulbound Sword | |
| - Soulbound Bow |