Add kittenbot robotbit (#619)
* Added package for PCA9685 micro:bit-support:4139 * micro:bit-support:4270 added wifi shield package from MUSELAB * added kittenbot robotbit package
This commit is contained in:
		@@ -91,5 +91,13 @@
 | 
			
		||||
  "name": "PCA9685 LED controller",
 | 
			
		||||
  "url":"/pkg/jdarling/pxt-pca9685",
 | 
			
		||||
  "cardType": "package"
 | 
			
		||||
  }, {
 | 
			
		||||
  "name": "Muselab WiFi IoT Sheild",
 | 
			
		||||
  "url":"/pkg/MUSELAB/pxt-wifi-shield",
 | 
			
		||||
  "cardType": "package"
 | 
			
		||||
  }, {
 | 
			
		||||
  "name": "Kittenbot RobotBit",
 | 
			
		||||
  "url":"/pkg/kittenbot/pxt-robotbit",
 | 
			
		||||
  "cardType": "package"
 | 
			
		||||
}]
 | 
			
		||||
```
 | 
			
		||||
 
 | 
			
		||||
@@ -18,7 +18,9 @@
 | 
			
		||||
            "minodekit/pxt-minode",
 | 
			
		||||
            "LaboratoryForPlayfulComputation/pxt-blockytalkyBLE",
 | 
			
		||||
            "mbitfun/pxt-katakana",
 | 
			
		||||
            "jdarling/pxt-pca9685"
 | 
			
		||||
            "jdarling/pxt-pca9685",
 | 
			
		||||
            "MUSELAB/pxt-wifi-shield",
 | 
			
		||||
            "kittenbot/pxt-robotbit"
 | 
			
		||||
        ],
 | 
			
		||||
        "preferredRepos": [
 | 
			
		||||
            "Microsoft/pxt-neopixel"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user