node-red-contrib-waveshare-shield-adda-11010
Loading...
Searching...
No Matches
ads1256.py File Reference

Go to the source code of this file.

Namespaces

namespace  ads1256
 

Functions

 ads1256.output_json ()
 
 ads1256.parse_args (raw_args)
 
 ads1256.rdata ()
 
 ads1256.read_fsc_reg ()
 
 ads1256.read_ofc_reg ()
 
 ads1256.rreg (register)
 
 ads1256.selfcal ()
 
 ads1256.sync ()
 
 ads1256.twos_complement_to_integer_24bit (twos_complement)
 
 ads1256.wakeup ()
 
 ads1256.wreg (register, data)
 
 ads1256.write_adcon_reg ()
 
 ads1256.write_drate_reg ()
 
 ads1256.write_mux_reg ()
 
 ads1256.write_status_reg ()
 

Variables

int ads1256.cs = 22
 
int ads1256.drdy = 17
 
 ads1256.max_speed_hz
 
str ads1256.mode = 'analog'
 
int ads1256.output = -1
 
 ads1256.register_address
 
 ads1256.register_data
 
 ads1256.spi = spidev.SpiDev()