Mark A. Yoder
Mark A. Yoder
I made a simple change so options can be sent. wolfram.query({search: "words containing msdoep", options: "&podstate=WordsMadeWithOnlyLetters__Show+all" + "&podstate=WordsMadeWithOnlyLetters__Disallow+repetition" + "&includepodid=WordsMadeWithOnlyLetters"}, function(err, result) { if(err) throw err console.log("Size: %d", result.length); console.log("Result:...
I'd like a delay of less than 1ms, so I tried: SCRIPT SET DIO[0], 1 WAIT 0.1 SET DIO[0], 0 WAIT 0.1 GOTO 0 ENDSCRIPT RUN I got the following:...
The 2014-11-11 image has moved the dtbs directory. Here's how I install echo -----COPYING DTB FILES ----- DTBS=/boot/dtbs/`uname -r` cp $DTBS/am335x-boneblack.dtb{,.preledscape_bk} cp am335x-boneblack.dtb $DTBS --Mark