Thank you so much, that's it.
Blauhorn
@Blauhorn
1
				Reputation
			3
				Posts
			294
				Profile views
			0
				Followers
			0
				Following
			Best posts made by Blauhorn
Latest posts made by Blauhorn
- 
    RE: 💬 Uniflächentaster PCBposted in OpenHardware.ioHello Tilman, this is really a very nice design. I have ordered a pack of PCBs from elecrow, based on your gerber files, and have a few questions: - in your BOM you have listed 5 smd-capacitors and 7 smd resistors, but on the PCB i have solderpads for 6 capacitors and 8 resistors. Can you just explain?
- is there a uniflächentaster-model for 2 ways?
- i think i have to flash the bootloader first, do you have a tutorial for this, and a sample-sketch for the board?
 Thank you very much 
- 
    Need help for trying with TTP229posted in My ProjectRe: Slim Node scene controller/ keypad Hello, everyone, I have a little problem with this. I'm trying to compile the sketch of @AWI that was used in this older article. But unfortunately it fails due to the following error message: error: call of overloaded 'sleep(const int&, int)' is ambiguous DVint = sleep(DV_int, FALLING); // sleep, node wakes up on key interrupt, (sleep returns int number) K:\Arduino\arduino-1.8.5\portable\sketchbook\TTP229\TTP229.ino:81:32: note: candidates are: In file included from K:\Arduino\arduino-1.8.5\portable\sketchbook\libraries\MySensors/MySensors.h:334:0, from K:\Arduino\arduino-1.8.5\portable\sketchbook\TTP229\TTP229.ino:43: K:\Arduino\arduino-1.8.5\portable\sketchbook\libraries\MySensors/core/MySensorsCore.cpp:600:8: note: int8_t sleep(uint32_t, bool) int8_t sleep(const uint32_t sleepingMS, const bool smartSleep) ^ K:\Arduino\arduino-1.8.5\portable\sketchbook\libraries\MySensors/core/MySensorsCore.cpp:605:8: note: int8_t sleep(uint8_t, uint8_t, uint32_t, bool) int8_t sleep(const uint8_t interrupt, const uint8_t mode, const uint32_t sleepingMS, ^ exit status 1 call of overloaded 'sleep(const int&, int)' is ambiguousCan someone please give me a hint as to what might be wrong? 
 Thank you very much