Coder Social home page Coder Social logo

adxl343.rs's Introduction

NeoBirth

Build Status Apache 2.0 licensed Gitter Chat

Acid house music program for the Adafruit NeoTrellis M4, powered by the PureZen music synthesis engine (a Pure Data engine targeting embedded Rust devices).

Inspired by Propellerhead ReBirth.

Status

The current code produces a working executable which can be loaded onto a NeoTrellis M4 device, however no functionality is yet in place (unless you like blinking LEDs).

Requirements

Compiling

$ CARGO_INCREMENTAL=0 cargo build --release
$ cd target/thumbv7em-none-eabihf/release/
$ arm-none-eabi-objcopy -O binary neobirth neobirth.bin

Flashing the NeoTrellis M4

Press the RESET button on the back of the NeoTrellis M4 twice in rapid succession. The LED on the back will turn green.

Then run:

$ bossac -e -w -v -b -R -o 0x4000 --port=/dev/<your platform dev> neobirth.bin

Note that the --port flag for bossac varies by OS:

  • Linux: /dev/ttyACM0
  • macOS: /dev/tty.usbmodemNNNNNN (try ls /dev/tty.usbmodem*)

Code of Conduct

We abide by the Contributor Covenant and ask that you do as well.

For more information, please see CODE_OF_CONDUCT.md.

License

Copyright © 2018 NeoBirth Developers

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

https://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

adxl343.rs's People

Contributors

tarcieri avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

adxl343.rs's Issues

register module is not public

When I try to use the adxl343 module in my app and set register values, I receive the compile error that the adxl343::register module is not public. The Register enum is public, but it looks like the module needs to be as well.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.