Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am lg188 on github.
  • I am lg188 (https://keybase.io/lg188) on keybase.
  • I have a public key whose fingerprint is FAAF A642 EA1A ACC8 8C8A AE8E F3D0 A8E4 58F1 6EBA

To claim this, I am signing this object:

- Input.GetJoystickNames() System.String[2] System.String[]
[0] "OpenVR Controller(Vive. Controller MV) - Right" System.String
[1] "OpenVR Controller(Vive. Controller MV) - Left" System.String
@lg188
lg188 / Main.bas
Created March 19, 2012 17:49
Bascom-AVR Project
'Requires m328pdef.dat found on the internet
'P1
'HARDWARE---------------------------------------------------------------------
$regfile = "m328pdef.dat"
$crystal = 160000000
'++++++++OUTPUTS--------------------------------------------------------------
'> portD.6 Red
'> portD.5 Green
'> portD.3 Blue
'+++++++INPUTS----------------------------------------------------------------