Coder Social home page Coder Social logo

ablasdel / takktile_arduino Goto Github PK

View Code? Open in Web Editor NEW

This project forked from takktile/takktile_arduino

0.0 1.0 0.0 158 KB

Driver for an Arduino to interface with the TakkTile TakkStrip

Home Page: http://www.takktile.com

Python 25.33% MATLAB 39.31% Arduino 35.36%

takktile_arduino's Introduction

Setup

This howto is designed to help using the Arduino code

To download it:

git clone --recursive https://github.com/TakkTile/takktile_arduino.git

Fast I2C Communication

(from here: http://arduino.cc/forum/index.php/topic,16793.0.html)

the atmega-hardware can do 400 KHz, but you have to tweak the Wire-library in file hardware/libraries/Wire/utility/twi.h.

Near the top of the file you see :

#ifndef TWI_FREQ

#define TWI_FREQ 100000L

#endif

If you change that to:

#ifndef TWI_FREQ

#define TWI_FREQ 400000L

#endif

The I²C bus should run at 400kHz

But you also have to the delete the files

hardware/libraries/Wire/Wire.o

hardware/libraries/Wire/utility/twi.o

This will force the compiler to recompile these files.

takktile_arduino's People

Contributors

ablasdel avatar ebakan avatar igaliana avatar krakadilgena avatar ljentoft avatar

Watchers

 avatar

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.