New library announce - Pin read and write via processor commands

Hello to all,

Here is my first library that I have made available for you.

The library is using for reading and writing the pins with processor command which makes this process faster than arduino's functions like digitalWrite and digitalRead.

It can also be used with avr-based microprocessor.

Please feel free to critisize or advise to me...

https://github.com/bladekel/Pinner

Thank you for sharing.

Are you aware of the digitalWriteFast library? It uses the same style as regular digitialRead() and digitalWrite() so is probably easier for newbies to work with.

...R

Thanks for your corcern...

Yes, I havent heard digitalWriteFast library.

My library,as I mentioned it, is not only for arduino.

AVR-based microprocessors can also use it....

Hope it can help anybody :wink: