Craig Hollabaugh

Results 13 issues of Craig Hollabaugh

Folks, I'm writing after 8 or so hours of tinkering with F103FB and F103RE variants. I have a custom board with STM32F103RET6. Using blink.ino and STLINK (no maple bootloader), using...

I've tried several times, something happens then rollback occurs. Once rollback completes, no skill shows up and I can't use the template to create a skill with the same name.

It seems like addresses in other windows are formatted as hex. Having live window ID as base 10 is kind of a pain. I poked around LiveTopComponent.java and tried to...

use case: applications requires both UTC (for data logging) and time display in localtime (for dashboard or displays). I'm currently using setTimeOffset method for this, which requires 2 calls, before...

I'm making vertical rulers and would like an option to rotate the letters + or - 90 or 180 degrees. Otherwise, this code is awesome!

enhancement

I just found this https://github.com/EvilHacker/BoxJoint. Edits like a feature which is awesome. However its initial release is lacking features of your add-in.

don't know if this is also grbl behavior ... enter feedhold with '!' or feedhold signal. add this to end of protocol.c protocol_exec_rt_suspend() if (exec_lcd_status) { lcd_report_realtime(); exec_lcd_status = false;...

1. with ENABLE_SAFETY_DOOR_INPUT_PIN not defined, CONTROL_PIN_INDEX_FEED_HOLD and CONTROL_PIN_INDEX_CYCLE_START defines don't match hardware. 2. control_isr_handler doesn't correctly ifndef the "bit_true(sys_rt_exec_state, **)" statements.

I've been fighting SPI problems all afternoon. I'm trying to get a MAX31865 working on OP Zero2 and seeing some problems with the SPI SCLK working correctly. After reboot, my...

holla@hendrix[547]: py GetDeviceID.py Traceback (most recent call last): File "GetDeviceID.py", line 9, in import gmusicapi File "/usr/local/lib/python2.7/dist-packages/gmusicapi-10.0.1-py2.7.egg/gmusicapi/**init**.py", line 4, in from gmusicapi.clients import Webclient, Musicmanager, Mobileclient File "/usr/local/lib/python2.7/dist-packages/gmusicapi-10.0.1-py2.7.egg/gmusicapi/clients/**init**.py", line 2,...