Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Advertising

advertising

related pastes to tag 'io'

1857935 - Java Command Line Executer java io runtime
preview unavailable
1392215 - Parallel Port RGB LED PWM Contro: c parallel io led
  1. /* Sean Bradly - 2009 */
  2. #include <stdio.h>
  3. #include <stdlib.h>
  4. #include <time.h>   /* for nanosleep */
  5. #include <curses.h> /* for nonblocking getch */
  6. #include <sys/io.h> /* for ioperm and outb */
  7.  
  8. /* Check with /proc/ioports to make sure this io-mapping is correct */
  9.  
worth-right