mirror of
				https://github.com/hyperion-project/hyperion.ng.git
				synced 2025-03-01 10:33:28 +00:00 
			
		
		
		
	Leddevice refactoring the next part (#253)
* add general switchOff * refactoring of leddevices regarding ledcount and switchoff * remove obsolete includes
This commit is contained in:
		| @@ -17,14 +17,14 @@ public: | ||||
| 	/// | ||||
| 	/// @param deviceConfig json device config | ||||
| 	/// | ||||
| 	ProviderSpi(const Json::Value &deviceConfig); | ||||
| 	ProviderSpi(const Json::Value &deviceConfig=Json::nullValue); | ||||
|  | ||||
| 	/// | ||||
| 	/// Sets configuration | ||||
| 	/// | ||||
| 	/// @param deviceConfig the json device config | ||||
| 	/// @return true if success | ||||
| 	virtual bool setConfig(const Json::Value &deviceConfig); | ||||
| 	virtual bool setConfig(const Json::Value &deviceConfig, int defaultBaudRateHz=1000000); | ||||
|  | ||||
| 	/// | ||||
| 	/// Destructor of the LedDevice; closes the output device if it is open | ||||
|   | ||||
		Reference in New Issue
	
	Block a user