Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kern/morlib
Asynchronous FRC Programming Library
https://github.com/kern/morlib
Last synced: 30 days ago
JSON representation
Asynchronous FRC Programming Library
- Host: GitHub
- URL: https://github.com/kern/morlib
- Owner: kern
- License: mit
- Created: 2010-12-07T22:06:48.000Z (almost 14 years ago)
- Default Branch: develop
- Last Pushed: 2011-02-19T07:46:11.000Z (over 13 years ago)
- Last Synced: 2023-03-10T22:03:25.171Z (over 1 year ago)
- Language: Java
- Homepage: http://github.com/CapnKernul/morlib
- Size: 1.45 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
morlib
======Asynchronous FRC Programming Library
Installation
------------Copy all the files in the src directory into your Java FRC project. From there,
you can check out the [mortorq](http://github.com/CapnKernul/mortorq) for
examples on how to use the library.How it works
------------I'll add some examples here soon.
Contributing
------------* Fork the project, modify it, send a pull request.
* File an issue.All code that _can_ be tested, for example parts of the code that do not use any
cRIO-specific features, must have tests.I'm open to any suggestions!
Credits
-------* [Alexander Kern](http://kernpedia.com)
* [WPILibJ](http://firstforge.wpi.edu/sf/projects/wpilib)License
-------WPILibJ's license is in the `WPILib LICENSE.txt` file. The license for morlib
(MIT License) can be found in the `LICENSE` file.