https://github.com/kern/morlib
Asynchronous FRC Programming Library
https://github.com/kern/morlib
Last synced: about 2 months 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 (over 14 years ago)
- Default Branch: develop
- Last Pushed: 2011-02-19T07:46:11.000Z (about 14 years ago)
- Last Synced: 2025-01-28T15:49:39.532Z (4 months ago)
- Language: Java
- Homepage: http://github.com/CapnKernul/morlib
- Size: 1.45 MB
- Stars: 1
- Watchers: 3
- 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.