The MPOW Bluetooth 5 dongle (Model: BH456A) does not work out of the box on Ubuntu 20.04 (kernel 5.4.0-42).
Patch the bluetooth kernel module and copy the firmware binaries to /lib/firmware
.
all: | |
javacc *.jj | |
javac *.java | |
clean: | |
rm -f *.java *.class |
<!doctype html> | |
<html lang="ja"> | |
<head> | |
<meta charset="UTF-8"> | |
<title>Trabalho ACC VII</title> | |
<style> | |
.axis path, .axis line{ | |
fill: none; | |
stroke: black; |
.data | |
turno: .word 0 | |
array: .word -15, -15, -15, -15, -15, -15, -15, -15, -15 | |
linha: .asciiz " | | \n" # index 1, 5, 9 sao modificados | |
separador: .asciiz "---+---+---\n" | |
player1: .byte 'x' | |
player2: .byte 'o' | |
vazio: .byte ' ' | |
insira_linha: .asciiz "\n\nInsira a linha:" | |
insira_coluna: .asciiz "Insira a coluna:" |