Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
elcritch authored Oct 28, 2020
1 parent bbde014 commit 9737f47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Things I'm not planning on (PR's welcome!)

1. Install Nim 1.4+ with `asdf` or `choosenim`
2. nimble install https://github.com/elcritch/nesper
3. It's recommend to copy `simplewifi` project example initially, to see the proper build steps.
3. It's recommend to copy `nesper/esp-idf-examples/simplewifi` example project initially, to get the proper build steps.
4. Nesper wrapper API names generally match the C names directly, usually in snake case
+ FreeRTOS functions usually are camel case and start with an `x`, e.g. `xTaskDelay`
+ These api's are found under `nesper/esp/*` or `nesper/esp/net/*`, e.g. `nesper/esp/nvs`
Expand Down

0 comments on commit 9737f47

Please sign in to comment.