added headphone part

This commit is contained in:
Peli de Halleux
2016-09-15 23:50:52 -07:00
parent 02cd0e1da3
commit c90dfaa6e7
5 changed files with 29 additions and 11 deletions

View File

@ -46,8 +46,7 @@ declare namespace radio {
* @param index index of the number to read from 0 to 3. 1 eg
*/
//% help=radio/received-number-at
//% weight=45 debug=true
//% blockId=radio_datagram_received_number_at block="radio receive number|at %VALUE" blockGap=8 shim=radio::receivedNumberAt
//% weight=45 debug=true shim=radio::receivedNumberAt
function receivedNumberAt(index: number): number;
/**