Browse Source

GD3VGA crystal method. Lol.

James Bowman 5 years ago
parent
commit
2c3d6d06bd
1 changed files with 5 additions and 0 deletions
  1. 5 0
      transports/wiring.h

+ 5 - 0
transports/wiring.h

@@ -92,6 +92,11 @@ public:
     stream();
   }
 
+  void external_crystal() {
+    __end();
+    hostcmd(0x44);
+  }
+
   void cmd32(uint32_t x) {
     if (freespace < 4) {
       getfree(4);