Phoenix Fox

Results 45 comments of Phoenix Fox

Yeah that's cool, I'm mostly just using this thread to take notes - scientific journal type of thing.

One interesting tidbit I don't understand yet - It seems every time I upload a program which has one or more missing words, the attiny stays with the bootloader, not...

I tried something a bit dodgy. I changed this line in usbasp_spi_paged_write: > n = usbasp_transmit(pgm, 0, function, cmd, buffer, blocksize); > usleep(8000); to this: > n = usbasp_transmit(pgm, 0,...

@embedded-creations Could you upload your revised working build to this repository? I think I'm having a little trouble reproducing it as I'm using gcc4 and it seems to have trouble...

My blog app uses Webmention, which works by having remote server's POST urlencoded form data to a special endpoint. I wish sveltekit let me export something in the +server.ts file...