ejvaughan / cse521

CSE521 course project (car hacking)
MIT License
1 stars 0 forks source link

add SDK for C #1

Closed baozi10tech closed 7 years ago

baozi10tech commented 7 years ago

I downloaded a SDK for regular C from this link https://github.com/aws/aws-iot-device-sdk-embedded-C It seems easy to use.

ejvaughan commented 7 years ago

@FrankSun10 It looks like this pull request only contains the docs for the SDK and not the actual source code files. But the actual SDK is perfect. I'll add it as a git submodule so that it becomes a dependency of the project.

ejvaughan commented 7 years ago

@FrankSun10 Fixed in 4a6ec8df439996479a1b41d341808dd6ce991740. Run git pull followed by git submodule update to get it.

baozi10tech commented 7 years ago

@ejvaughan Thank you man! I got it!