I decided to ignore this problem for now, and finished rev 1.0 of my Nixie display tube driver tonight. Next step in my absurd little project — figure out how I want to deal with control buttons / switches. I haven’t finalized how many input buttons I want to use just yet, but I am hoping I can configure the GPIO inputs as pull-down with interrupt-on-rising-edge with a user-space handler, because I’d really like to avoid having to implement polling / de-bouncing in software (or hardware, for that matter). -- thorpej |