Hi,
I am working on a wireless touch controller for 433Mhz dimmer modules.
The idea is simple. When a touch button is touched a 433Mhz command is send to a wireless dimmer module.
A single or double tap switches the module on or off, holding it will cycle it from dim-bright-dim until the button is released.
For this I am using the CapTouch library posted in library section of this forum.
I have create a class for this to enable me to quickly add more sensors.
However when I initialise more than one class the code doesn't work anymore. And I can't figure out why.
The