|
You are here |
tubetime.us | ||
| | | | |
www.righto.com
|
|
| | | | | Interrupts have been an important part of computers since the mid-1950s, 1 providing a mechanism to interrupt a program's execution. Inte... | |
| | | | |
brainbaking.com
|
|
| | | | | Remember when I said that if you muddle with vintage hardware mixtures, one thing gets fixed but the ... | |
| | | | |
austinmorlan.com
|
|
| | | | | The final step to having a full interface to all of the ODROID-GOs hardware is to write an audio layer. Once thats finished well be able to start doing more generic game programming and less Odroid-specific programming. Any interaction with the peripherals will be through the Odroid functions. Getting the sound working took the longest of everything done so far due to my lack of experience with audio programming and a lack of good documentation on the part of the IDF. | |
| | | | |
whatibroke.com
|
|
| | | Hi everyone, Just a quick post on how to configure wireless info on a raspberry pi. To start with, open the config file: sudo nano /etc/wpa_supplicant/wpa_supplicant.conf You can then add any number of connections to the file with varying priorities: ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev update_config=1 country=AU network={ ssid="Mobile Network" psk="YOUR_PASSWORD" key_mgmt=WPA-PSK priority=2 } network={ ssid="Home Network" psk="YOUR_PASSWORD"... | ||