I hereby claim:
- I am theterg on github.
- I am theterg (https://keybase.io/theterg) on keybase.
- I have a public key whose fingerprint is E90E C4F4 3844 AF3B 18AD C3B6 573E 88D2 6E50 5813
To claim this, I am signing this object:
| import board | |
| import busio | |
| import microcontroller as m | |
| import time | |
| from analogio import AnalogIn | |
| from digitalio import DigitalInOut, Direction, Pull | |
| import adafruit_imageload | |
| import adafruit_bme680 | |
| import adafruit_lsm9ds1 |
| function myFunction() { | |
| var sheeturl = "https://docs.google.com/spreadsheets/d/11_gwfesnphiI6uy4HmnCNpzL-pX1572SPKDiiiROnKs/edit"; | |
| var ss = SpreadsheetApp.openByUrl(sheeturl); | |
| var deck = SlidesApp.getActivePresentation(); | |
| var sheet = ss.getSheetByName("test"); | |
| var values = sheet.getRange('A2:B18').getValues(); | |
| var slides = deck.getSlides(); | |
| var template = slides[0]; | |
| values.forEach(function(page) { |
| syntax on | |
| call plug#begin('~/.local/share/nvim/plugged') | |
| " Think of sensible.vim as one step above 'nocompatible' mode: a | |
| " universal set of defaults that (hopefully) everyone can agree on. | |
| Plug 'tpope/vim-sensible' | |
| " Far.vim makes it easier to find and replace text through multiple files. | |
| " It's inspired by fancy IDEs, like IntelliJ and Eclipse, that provide cozy | |
| " tools for such tasks. | |
| Plug 'brooth/far.vim' |
| #include <Wicked_DCMotor.h> | |
| int num_motors = 5; | |
| Wicked_DCMotor motor1(M1); | |
| Wicked_DCMotor motor2(M2); | |
| Wicked_DCMotor motor3(M3); | |
| Wicked_DCMotor motor4(M4); | |
| Wicked_DCMotor motor5(M5); | |
| Wicked_DCMotor *m[] = {&motor1, &motor2, &motor3, &motor4, &motor5}; |
I hereby claim:
To claim this, I am signing this object:
| public void CommunicationsTask(bool blnOnlyCheckXmitQueue) | |
| { | |
| try | |
| { | |
| if (serialPort1.IsOpen) | |
| { | |
| if (blnCommEnabled) | |
| { | |
| if (!blnWaitingForResponse) | |
| { |
| package routes | |
| import ( | |
| "github.com/theterg/BOH-web/models" | |
| "github.com/bmizerany/pat" | |
| "net/http" | |
| "strconv" | |
| "encoding/json" | |
| "reflect" | |
| ) |
| import sys | |
| import time | |
| import math | |
| sys.path.append("./Scripts") | |
| GUI_Module=__import__('Device_GUI') | |
| def FWR_read(input_mask, frequency=32, delay=0.5): | |
| set_frequency(frequency) | |
| GUI.write_register("AFE4300", "IQ_MODE_ENABLE", 0x00) #Select FWR Mode | |
| GUI.write_register("AFE4300", "ADC_CONTROL_REGISTER2", 0x63) #ADCREF to VREF / ADC connected to BCM |
| timestamp | relative_time | rr_sincestart | rr | |
|---|---|---|---|---|
| 1391491315566 | 0 | 800 | 800 | |
| 1391491316569 | 1003 | 1612 | 812 | |
| 1391491317557 | 1991 | 2424 | 812 | |
| 1391491317557 | 1991 | 3220 | 796 | |
| 1391491319202 | 3636 | 4012 | 792 | |
| 1391491320550 | 4984 | 4788 | 776 | |
| 1391491323544 | 7978 | 5540 | 752 | |
| 1391491324546 | 8980 | 6264 | 724 | |
| 1391491324546 | 8980 | 6960 | 696 |
| /*! Nike+ Javascript SDK - v2.0.0 - Build 67 - 2014-03-24 */ | |
| var NIKEPLUS = NIKEPLUS || {}; | |
| ! function (a) { | |
| "use strict"; | |
| var b = {}; | |
| b.config = {}; | |
| var c; | |
| /** | |
| * @license | |
| * Q - v1.0 |