If I implement something that isn't using i2c or SPI, but for example bit banging gpio, how could I do this?
I know how to do it using C/C++ on the RPI but what do I need to make a codesys driver out of it, if at all possible?
Thanks in adv.
Peter
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
If I implement something that isn't using i2c or SPI, but for example bit banging gpio, how could I do this?
I know how to do it using C/C++ on the RPI but what do I need to make a codesys driver out of it, if at all possible?
Thanks in adv.
Peter
Hi,
You need to wait for the next release, there will be a driver included which give you access to the gpio.
Br
E.Schwellinger
or use this library and devdescription as an example:
l viewtopic.php?f=21&t=5629#p9986 l