oymotion / gForceSDKArduino

This is gForce software development kit (SDK) for Arduino.
Other
11 stars 9 forks source link

API sytle in gForceSDKArduino #3

Closed zhoukaidev closed 4 years ago

zhoukaidev commented 7 years ago

brief

The most important users of Arduino are beginners and people who don't care about code ,so the api style is the point we should focus on. It is obviously that the api style in gForceSDKArduino is unfriendly,especially the pointer , scope operator etc.

There are API style guide and Arduino style guide provided by Arduino

zhoukaidev commented 7 years ago

Reference guide

Arduino library specifications is a good resource

joeyu commented 7 years ago

@saber-hyw Please take a look at it to see if any changes or improvements are needed. Thanks!