Sunday, March 17, 2019

Velocity decay plot


Look at videos showing how to plot.

Monday, March 11, 2019

Creating new components in KiCad links

https://learn.sparkfun.com/tutorials/beginners-guide-to-kicad/creating-custom-kicad-schematic-components

http://kicadhowto.org/MakeCompFootP.htm

Saturday, February 16, 2019

Friday, February 15, 2019

How to find empty boundary file folders in linux

find ./*/0 -type d -empty

Following: https://stackoverflow.com/questions/9417967/how-to-list-empty-folders-in-linux