E-wallace0001

Results 5 comments of E-wallace0001

I did a straight copy and paste in to both a python terminal, and Jupyter Notebook to no joy. I am getting : ` NameError: name 'node' is not defined`...

I was able to resolve by changing the import in libs/pyspice_sklib.py from `from skidl.tools.spice import ( add_part_to_circuit, add_xspice_to_circuit, not_implemented, )` to `from skidl.tools.spice import *`

@devbisme I will try to do a push later; I seem to be having an issue with permissions to do a push to skidl repo

I have just had a look at the c implementation on the pi zero2 W Firstly, there are some optimizations you can do for the SPI communications; You can request...

> [@mahdiaslanimk](https://github.com/mahdiaslanimk) n@raspberrypi:~/adc/hat/c $ sudo ./main ADS1263 Demo /***********************************/ Current environment: Debian Please make JETSON !!!!!!!!!! Segmentation fault ...This is error I am getting https://github.com/waveshareteam/High-Pricision_AD_HAT/blob/e8001efc40b998fefb0e06385e526fed9bf6bf37/c/lib/Config/DEV_Config.c#L221 It looks like there are...