- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
I am a beginner.And I find altera_pio_button.c in "/driver/char". I want to read button's value and generate a ISR.
How do I use the functions in this file("altera_pio_button.c").コピーされたリンク
1 返信
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Try:
cat /dev/button and hitting some buttons on your dev board. If the altera button driver was included in your kernel, you should see numbers showing up on your console as you press the buttons on the development board.