Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.