ameltech / sme-se868-a-library

This is the SmartEverything library to manage the GPS component
7 stars 7 forks source link

Library ready for unit different than Smarteverything #3

Closed smkkHw closed 8 years ago

smkkHw commented 8 years ago

@searobin Please have a look to the new library. It could be used by any other Arduino units. The begin() method check which unit is selected and use the corect UART for the SmartEverything the internal one for any other unit the Serial1, that is present in all the Arduino unit.

The user can change the serial at the begin() method

gdefombelle commented 8 years ago

Hi I push the modified lib on my github account and set you as a collaborator files modified are the main clasess parser and sl868 the project is an Arduino including a test lik eLocalizeInfo

On Mon, Jul 18, 2016 at 2:00 PM, MikHw notifications@github.com wrote:

@searobin https://github.com/searobin Please have a look to the new library. It could be used by any other Arduino units. The begin() method check which unit is selected and use the corect UART for the SmartEverything the internal one for any other unit the Serial1, that is present in all the Arduino unit.

The user can change the serial at the begin() method

You can view, comment on, or merge this pull request online at:

https://github.com/ameltech/sme-se868-a-library/pull/3 Commit Summary

  • unlocked the library from the SME specific UART.
  • Update README.md
  • Update README.md

File Changes

Patch Links:

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ameltech/sme-se868-a-library/pull/3, or mute the thread https://github.com/notifications/unsubscribe-auth/AAUL1LQ0Neu0v-qrn9jcqW5Xy0oWKtauks5qW2rLgaJpZM4JOpO6 .

searobin commented 8 years ago

Very good