Store URL | Location | Feedback |
---|---|---|
https://buy.4props.com | UK | |
www.aerobertics.be | BE | + |
mikrokopter.altigator.com | BE | + |
www.arrowmodels.com | UK | |
blackeyeteam.de/shop/ | DE | |
www.buildyourowndrone.co.uk | UK | |
coolcomponents.co.uk | UK | + |
www.creativeflyers.co.uk | UK |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
2 pots 1 speaker | |
BOM | |
Arduino Uno | |
10k A0 | |
10k A1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
2 pots 1 speaker | |
BOM | |
Arduino Uno | |
10k A0 | |
10k A1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package eu.vilaca.lispy; | |
import java.util.AbstractList; | |
import java.util.ArrayDeque; | |
import java.util.ArrayList; | |
import java.util.Deque; | |
import java.util.List; | |
public class Parser { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package eu.vilaca.youtube; | |
import java.io.IOException; | |
import com.google.api.client.http.HttpRequest; | |
import com.google.api.client.http.HttpRequestInitializer; | |
import com.google.api.client.http.javanet.NetHttpTransport; | |
import com.google.api.client.json.jackson2.JacksonFactory; | |
import com.google.api.services.youtube.YouTube; | |
import com.google.api.services.youtube.YouTube.Channels.List; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import java.io.InputStream; | |
import java.io.Reader; | |
import java.math.BigDecimal; | |
import java.net.URL; | |
import java.sql.Array; | |
import java.sql.Blob; | |
import java.sql.Clob; | |
import java.sql.Date; | |
import java.sql.NClob; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#ifndef ILI9341_H_ | |
#define ILI9341_H_ | |
#include <msp430.h> | |
#define RES BIT0 // P1.0 | |
#define SCLK BIT5 // P1.5 | |
#define CS BIT4 // P1.4 | |
#define DC BIT6 // P1.6 | |
#define SDIN BIT7 // P1.7 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Arduino 'Synth' using 8 bit Sigma-Delta DAC v0.0.0 | |
Can be played over serial. Connect speaker to pin9 and GND. | |
Piano keys: z s x d c v g b h n j m ; ( + shift = transpose up) | |
Mute: space | |
Transpose up: + | |
Transpose down: - | |
Change OSC FX: * |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#ifndef CONFIG_H_ | |
#define CONFIG_H_ | |
/*************************************************************************************************/ | |
/**** CONFIGURABLE PARAMETERS ****/ | |
/*************************************************************************************************/ | |
/* this file consists of several sections | |
* to create a working combination you must at least make your choices in section 1. | |
* 1 - BASIC SETUP - you must select an option in every block. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Abrantes | |
Águeda | |
Aguiar da Beira | |
Alandroal | |
Albergaria-a-Velha | |
Albufeira | |
Alcácer do Sal | |
Alcanena | |
Alcobaça | |
Alcochete |
NewerOlder