arpruss
arpruss
A number of these were solved by downloading the Time library and adding an #include . But some of the functions missing a declaration in the header file seemed to...
No, the library isn't for it. It MIGHT work with some minor changes, especially if you are able to ground one analog pin.
I don't know enough about the board to do that.
I got it working here: https://github.com/arpruss/STM32GENERIC The trick was to drop in the usbd_conf_F3.c file and add this to the USBDevice.cpp: //F3 extern "C" void USB_LP_CAN_RX0_IRQHandler(void) { HAL_PCD_IRQHandler(&hpcd_USB_FS); }
You don't need to install a bootloader for the f303c: it comes with a USB DFU bootloader built-in. Just use BOOT0 to activate it, and you can use dfu-util to...
Unfortunately the ReactOS project says on their website that they no longer provide their code signing services as their certificate has expired. :-(
I would love to see generic gcode support.
Sorry: I don't know enough about git to know what exactly that means.
OK, done that, both for this issue and for my other one. My repository is https://github.com/arpruss/minecraft-renderObj
Does your svg file have negative coordinates?