Skip to content

Instantly share code, notes, and snippets.

@guizmo51
Created December 21, 2019 13:46
Show Gist options
  • Save guizmo51/3f11a15b68b516eb0efd792b50bf95a3 to your computer and use it in GitHub Desktop.
Save guizmo51/3f11a15b68b516eb0efd792b50bf95a3 to your computer and use it in GitHub Desktop.
sportident
this.webusb(navigator.usb).detect().then((d) => {
this.device = d;
this.station = SiMainStation.fromSiDevice(this.device);
this.station.addEventListener('siCardInserted', (s) => {
this.stationWorking = true;
s.siCard.read().then((d) => {
});
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment