Implemented button input using 74HC165 shift registers.

This commit is contained in:
2018-10-27 18:54:48 +01:00
parent 43428a27aa
commit e3d379de05
8 changed files with 135 additions and 11 deletions

View File

@@ -16,7 +16,7 @@ limitations under the License.
#include <stdlib.h>
#include <string.h>
#include "vm.h"
#include "VM.h"
VM *new_vm() {
VM *vm = calloc(1, sizeof(VM));