add S3 and can unit
This commit is contained in:
		
							parent
							
								
									47f9d490ba
								
							
						
					
					
						commit
						9848929396
					
				| 
						 | 
				
			
			@ -22,7 +22,16 @@ types:
 | 
			
		|||
    key: m5groovei2c
 | 
			
		||||
    label: "M5 I2C groove units"
 | 
			
		||||
    values:
 | 
			
		||||
      
 | 
			
		||||
  - &m5groovecan
 | 
			
		||||
    type: select
 | 
			
		||||
    key: m5groovecan
 | 
			
		||||
    target: define
 | 
			
		||||
    label: "M5 CAN Units"
 | 
			
		||||
    values:
 | 
			
		||||
      - label: "CAN Unit"
 | 
			
		||||
        url: "http://docs.m5stack.com/en/unit/can"
 | 
			
		||||
        description: "M5 Can unit"
 | 
			
		||||
        value: M5_CANUNIT    
 | 
			
		||||
  - &m5grooveserial
 | 
			
		||||
    type: select
 | 
			
		||||
    label: "M5 Serial Unit"
 | 
			
		||||
| 
						 | 
				
			
			@ -47,6 +56,7 @@ types:
 | 
			
		|||
    values:
 | 
			
		||||
      - label: 'CAN'
 | 
			
		||||
        children:
 | 
			
		||||
        - *m5groovecan 
 | 
			
		||||
      - label: 'I2C'
 | 
			
		||||
        children:
 | 
			
		||||
        - *m5groovei2c
 | 
			
		||||
| 
						 | 
				
			
			@ -69,3 +79,10 @@ config:
 | 
			
		|||
          children:
 | 
			
		||||
            - *m5base
 | 
			
		||||
            - *m5groove
 | 
			
		||||
        - value: m5stack-atoms3-generic
 | 
			
		||||
          label: m5stack-atoms3
 | 
			
		||||
          description: "M5 Stack AtomS3 light"
 | 
			
		||||
          url: "http://docs.m5stack.com/en/core/AtomS3%20Lite"
 | 
			
		||||
          children:
 | 
			
		||||
            - *m5base    
 | 
			
		||||
            - *m5groove
 | 
			
		||||
		Loading…
	
		Reference in New Issue