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); に書き換えました。
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
2:c52da3487c31 | 2016-06-05 | jk1lot | change gpio_init() to gpio_init_out() |
1:08658b9787d8 | 2013-08-15 | shintamainjp | Changed the calculation algorithm. |
0:5a0704efe081 | 2013-08-14 | shintamainjp | This is the initial version. |