Open
Conversation
Owner
|
Hello Wilho,
I hope to review and merge this in soon. Thanks for this code!!
73
Goody
K3NG
…On Tue, Aug 1, 2017 at 3:19 PM, wilhoj ***@***.***> wrote:
Hi,
This adds support for Leveldevelopments LCH-360 digital inclinometer
(RS-232).
I also wrote very simple LCH-360 emulator which you could run on another
arduino to test what i am coding (actual sensor is up in the tower so not
so easy to play with).
This might not be prettiest code (not coded so much with arduino, and
project it self is bit complex, i hope i put everything about on right
places..
So any comments / and fixes will be appreciated.
https://www.leveldevelopments.com/products/inclinometers/
inclinometer-sensors/lch-360-rs232-single-axis-
inclinometer-sensor-360-range/
Ville Jussila
OH8ETB
Wilho
------------------------------
You can view, comment on, or merge this pull request online at:
#37
Commit Summary
- initial release for LCH-360 support
- converting to latest upstream, some minor fixes for lch-360 support
File Changes
- *M* k3ng_rotator_controller/k3ng_rotator_controller.ino
<https://github.com/k3ng/k3ng_rotator_controller/pull/37/files#diff-0>
(46)
- *M* k3ng_rotator_controller/rotator_features.h
<https://github.com/k3ng/k3ng_rotator_controller/pull/37/files#diff-1>
(1)
- *M* k3ng_rotator_controller/rotator_settings.h
<https://github.com/k3ng/k3ng_rotator_controller/pull/37/files#diff-2>
(2)
- *A* lch360_emulator/lch360_emulator.ino
<https://github.com/k3ng/k3ng_rotator_controller/pull/37/files#diff-3>
(114)
Patch Links:
- https://github.com/k3ng/k3ng_rotator_controller/pull/37.patch
- https://github.com/k3ng/k3ng_rotator_controller/pull/37.diff
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#37>, or mute the
thread
<https://github.com/notifications/unsubscribe-auth/ADLacMr4c0qTXwZXIbs1-4_QbcY7dfU4ks5sT3pAgaJpZM4OqLKe>
.
|
Contributor
|
No activity here ? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi,
This adds support for Leveldevelopments LCH-360 digital inclinometer (RS-232).
I also wrote very simple LCH-360 emulator which you could run on another arduino to test what i am coding (actual sensor is up in the tower so not so easy to play with).
This might not be prettiest code (not coded so much with arduino, and project it self is bit complex, i hope i put everything about on right places..
So any comments / and fixes will be appreciated.
https://www.leveldevelopments.com/products/inclinometers/inclinometer-sensors/lch-360-rs232-single-axis-inclinometer-sensor-360-range/
Ville Jussila
OH8ETB
Wilho