Skip to content
This repository has been archived by the owner on Jul 21, 2022. It is now read-only.

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lianan gouoo committed Aug 22, 2019
1 parent d1fbbeb commit 46a2ed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Hat/beetleC/stickC/beetleC/README.md
Expand Up @@ -2,7 +2,7 @@

### method description

- ```carLRcontrol(int8_t left, int8_t right)```: 函数参数值就是左右电机的值。
- ```carLRcontrol(int8_t left, int8_t right)```: this function will send two value to the BeetleC base.
- ```esp_err_t control(httpd_req_t *req)```: callback function of http server, receive http requeset to control the beetleC base.
- ```esp_err_t test_handler(httpd_req_t *req)```: send back a control page when some one access ```192.168.4.1/ctl``` which can send the control message.
- ```static esp_err_t http_server_init()```: Http Server initialization. callback function will be set here.
Expand Down

0 comments on commit 46a2ed2

Please sign in to comment.