Fixes display and fonts (#85)
* change simulator svg * change radio image * Remove google fonts cdn * change color of 'advanced' button * font fix * font fix 2 * display fix * change fullsceen simulator bg * Continuous servo * handle continuous state * adding shims * update rendering for continuous servos * fixing sim * fix sig * typo * fix sim * bump pxt * bump pxt * rerun travis
This commit is contained in:
		@@ -535,6 +535,7 @@
 | 
			
		||||
  "pins.pulseIn": "Return the duration of a pulse at a pin in microseconds.",
 | 
			
		||||
  "pins.pulseIn|param|name": "the pin which measures the pulse, eg: DigitalPin.P0",
 | 
			
		||||
  "pins.pulseIn|param|value": "the value of the pulse, eg: PulseValue.High",
 | 
			
		||||
  "pins.servoSetContinuous": "Specifies that a continuous servo is connected.",
 | 
			
		||||
  "pins.servoSetPulse": "Configure the IO pin as an analog/pwm output and set a pulse width. The period is 20 ms period and the pulse width is set based on the value given in **microseconds** or `1/1000` milliseconds.",
 | 
			
		||||
  "pins.servoSetPulse|param|micros": "pulse duration in micro seconds, eg:1500",
 | 
			
		||||
  "pins.servoSetPulse|param|name": "pin name",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user