Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bostrt/libpredict-arduino-lib
This is a port of https://github.com/la1k/libpredict/ to Arduino platform. NEEDS REBASE.
https://github.com/bostrt/libpredict-arduino-lib
satellite
Last synced: 19 days ago
JSON representation
This is a port of https://github.com/la1k/libpredict/ to Arduino platform. NEEDS REBASE.
- Host: GitHub
- URL: https://github.com/bostrt/libpredict-arduino-lib
- Owner: bostrt
- Created: 2017-10-06T20:59:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-06T21:07:49.000Z (over 7 years ago)
- Last Synced: 2024-11-01T10:08:35.809Z (2 months ago)
- Topics: satellite
- Language: C
- Homepage:
- Size: 30.3 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a really rough start to a port of [libpredict](https://github.com/la1k/libpredict/) to Arduino platform. Currently only known working MCU is Arm Cortex-M0 ([Adafruit Feather M0](https://www.adafruit.com/product/2772))
- No SDP4 support (focus on near nearth objects)
- Contains change from https://github.com/la1k/libpredict/pull/79 due to lack of `time(NULL)` support on Cortex-M0 (it is [semihosted](http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0205g/Bgbjjgij.html)).