mirror of
				https://github.com/KevinMidboe/python-gpiozero.git
				synced 2025-10-29 17:50:37 +00:00 
			
		
		
		
	Conversion of all docs to reST so that the generic docs can link easily with the rest of the docs.
		
			
				
	
	
		
			33 lines
		
	
	
		
			781 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			33 lines
		
	
	
		
			781 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| /* vim: set et sw=4 sts=4: */
 | |
| 
 | |
| digraph classes {
 | |
|     graph [rankdir=BT];
 | |
|     node [shape=rect, style=filled, color="#2980b9", fontname=Sans, fontcolor="#ffffff", fontsize=10];
 | |
|     edge [];
 | |
| 
 | |
|     AnalogInputDevice->CompositeDevice;
 | |
|     MCP3xxx->AnalogInputDevice;
 | |
|     MCP33xx->MCP3xxx;
 | |
|     MCP3004->MCP3xxx;
 | |
|     MCP3008->MCP3xxx;
 | |
|     MCP3204->MCP3xxx;
 | |
|     MCP3208->MCP3xxx;
 | |
|     MCP3301->MCP33xx;
 | |
|     MCP3302->MCP33xx;
 | |
|     MCP3304->MCP33xx;
 | |
| 
 | |
|     RGBLED->CompositeDevice;
 | |
|     Motor->CompositeDevice;
 | |
|     LEDBoard->CompositeDevice;
 | |
|     PiLiter->LEDBoard;
 | |
|     TrafficLights->LEDBoard;
 | |
|     PiTraffic->TrafficLights;
 | |
| 
 | |
|     TrafficLightsBuzzer->CompositeDevice;
 | |
|     FishDish->TrafficLightsBuzzer;
 | |
|     TrafficHat->TrafficLightsBuzzer;
 | |
| 
 | |
|     Robot->CompositeDevice;
 | |
|     RyanteckRobot->Robot;
 | |
| }
 |