Azzera filtri
Azzera filtri

Accessing Arduino registers like DDRX and PINX

3 visualizzazioni (ultimi 30 giorni)
Tarik Zengin
Tarik Zengin il 14 Feb 2018
Hi everyone. Trying to access some registers like PORTX, PINX, etc. on Arduino.
A practical example why;
To set multiple digital pins at once using PORTX, or
To get multiple digital pins' values at once by reading PINX.
For instance, I have an external 8bits counter and want to get that 8 bits data all at once, not just reading 8 bits one by one and do maths to combine them.
Normally I would get this just by reading PIND register for ex. How could I do this in Matlab and/or Simulink?
Thanks

Risposte (0)

Categorie

Scopri di più su MATLAB Support Package for Arduino Hardware in Help Center e File Exchange

Tag

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by