Accessing Arduino registers like DDRX and PINX

조회 수: 3 (최근 30일)
Tarik Zengin
Tarik Zengin 2018년 2월 14일
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

답변 (0개)

카테고리

Help CenterFile Exchange에서 MATLAB Support Package for Arduino Hardware에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by