changed from gpio_init(...PIN_OUTPUT) to gpio_init_out() because gpio_init(...PIN_OUTPUT) is a compiler error
Fork of TouchSense by
gpio_init(&gpio, mypin, PIN_OUTPUT); がコンパイルエラーになるので gpio_init_out(&gpio, mypin); に書き換えました。
History
change gpio_init() to gpio_init_out()
2016-06-05, by jk1lot [Sun, 05 Jun 2016 05:15:01 +0000] rev 2
change gpio_init() to gpio_init_out()
Changed the calculation algorithm.
2013-08-15, by shintamainjp [Thu, 15 Aug 2013 04:22:11 +0000] rev 1
Changed the calculation algorithm.
This is the initial version.
2013-08-14, by shintamainjp [Wed, 14 Aug 2013 09:08:59 +0000] rev 0
This is the initial version.