# NCKU ES Lux Project
###### tags:`ES-Lux`
[Toc]
# 材料清單

# 硬體設計
## 2020/10/23
直接按接ESP32晶片,能夠自動上傳程式,無須按boot

## 2020/10/26
接線圖


# 程式設計
## Datatype
```cpp=
/* Split the http get message into parameters
* The accepted format:
* [Mode Type],[Start Time],[p1],[p2]....;
* End with `;`
* The limitaion length of parameter is defined as `META_PARAMETER_BUF_SIZE`
* If the checksum failed, it will return 0.
*
* @Param:
* m: the address of memory that requested data will be storage
* s: the string to split
* @Output:
* len: the number of parameter received.
*/
```
## Multicore