Skip to content
This repository was archived by the owner on Mar 9, 2025. It is now read-only.

Commit ae13164

Browse files
committed
add youtube videos
1 parent 2cb586d commit ae13164

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ With this library you can easily manage the users with RFID card data stored in
99

1010
## Getting Started
1111

12+
### Quick Guide
13+
14+
Youtube Videos (Bahasa) [here](https://youtu.be/dyNRkAb60So)
15+
1216
## Hardware Requirements
1317
>Spacecat is primary built for ESP8266 Chip. but for now ESP32 is a bit of a problem, now still in progress :)
1418
- Any board with ESP8266/ESP32 chips (Wemos, NodeMCU board, etc).
@@ -160,4 +164,10 @@ Basically every we doing request to the server, that will return 4 basic data, w
160164
| ``begin(uint8_t SS_PIN)`` | Initialization RC522 Module SS Pin and Reset to GND| - |
161165
| ``begin(uint8_t SS_PIN, uint8_t RESET_PIN)`` |Initialization RC522 Module SS Pin & Reset Pin | - |
162166
| ``enteredPassword(String password)`` | User inserting password | - |
163-
|`` Spacecat(String Username, String Password, String DeviceName)`` | Initialization your credentials | - |
167+
|`` Spacecat(String Username, String Password, String DeviceName)`` | Initialization your credentials | - |
168+
169+
170+
## To Do
171+
- Write clean code / Refactoring
172+
- Write API's
173+
- Write Documentations

0 commit comments

Comments
 (0)