Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samelhusseini/pxt-adafruit-halloween
Halloween animations for pxt-adafruit
https://github.com/samelhusseini/pxt-adafruit-halloween
Last synced: 1 day ago
JSON representation
Halloween animations for pxt-adafruit
- Host: GitHub
- URL: https://github.com/samelhusseini/pxt-adafruit-halloween
- Owner: samelhusseini
- License: mit
- Created: 2017-10-21T01:47:24.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-21T23:43:42.000Z (about 7 years ago)
- Last Synced: 2024-11-11T06:52:53.517Z (about 1 month ago)
- Language: TypeScript
- Size: 48.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Halloween Animations
This library provides a number of pre-configured animations in the spirit of Halloween festivities, optimized for the Adafruit Circuit Playground Express.
## Basic usage
Use the existing showAnimation block to show these Halloween animations, eg:
```
light.showAnimation(LightAnimation.HalloweenSpooky, 500)
light.showAnimation(LightAnimation.HalloweenFire, 500)
light.showAnimation(LightAnimation.HalloweenGreen, 500)
light.showAnimation(LightAnimation.HalloweenBlue, 500)
```## Supported targets
* for PXT/codal
## License
MIT
## Code of Conduct
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [[email protected]](mailto:[email protected]) with any additional questions or comments.