chipKIT® Development Platform

Inspired by Arduino™

ChangeNotification library for DP32

Created Sun, 31 May 2015 14:53:43 +0000 by GastonLagaffe


GastonLagaffe

Sun, 31 May 2015 14:53:43 +0000

Salut,

I just looked at the library ChangeNotification and it seems not to recognize the PIC32MX2x0 family used by ChipKit PI and DP32. Is it a big effort to extedn this library to support these processors?

Ciao, Mathias


majenko

Sun, 31 May 2015 14:58:37 +0000

Unfortunately, yes it is quite a lot of effort. The whole way the change notification works in the MX1/MX2 is completely different.

You might try my DebouncedInput library though. It has some change notification support in it, but I can't actually remember what chips I support in it...