I hereby claim:
- I am stlk on github.
- I am rousek (https://keybase.io/rousek) on keybase.
- I have a public key whose fingerprint is 89D0 0A3C 4DD1 9A7F 7156 A6EC B0AD BB25 E56F F162
To claim this, I am signing this object:
6 - RX | |
7 - TX | |
9 - test | |
10 - GND | |
11 - +3V | |
I think pin 9 and 11 must be join. | |
const unsigned char para[3]="AT"; | |
const unsigned char dial[17] ="ATD0770520112;\n\r"; |
AT+CMGL - precist neprectene zpravy | |
AT+CMGL="REC UNREAD" - read unread SMS | |
AT+CMGL="ALL" - read all SMS | |
AT+CBC - baterka | |
AT+CNMI - notifikace | |
AT+CMGF=1 - set text mode | |
AT+CMGS="+85291234567"<CR>It is easy to send text messages.<Ctrl+z> |
const int redPin = 11; | |
const int greenPin = 10; | |
const int bluePin = 9; | |
void setup() { | |
// Start off with the LED off. | |
setColourRgb(0,0,0); | |
} | |
void loop() { |
$srcUri = "http://something.blob.core.windows.net/vhds/something.vhd" | |
### Source Storage Account ### | |
$srcStorageAccount = "NAME" | |
$srcStorageKey = "KEY" | |
### Target Storage Account ### | |
$destStorageAccount = "NAME" | |
$destStorageKey = "KEY" |
I hereby claim:
To claim this, I am signing this object:
<!-- | |
Misto [email protected] dej svuj email :) | |
--> | |
<form class="grid-form" method="post" action="https://formspree.io/[email protected]"> | |
<div class="form-control narrow"> | |
<label for="name">Jmeno</label> | |
<input name="name" id="name" type="text"> | |
</div> | |
<div class="form-control narrow"> | |
<label for="email">Email</label> |
Inspired by STRV's example project https://github.com/strvcom/React-Meetup
/components
{ | |
"name": "cool-project", | |
"version": "1.0.0", | |
"description": "", | |
"main": "webpack.js", | |
"dependencies": { | |
"css-loader": "^0.23.1", | |
"extract-text-webpack-plugin": "^1.0.1", | |
"html-webpack-plugin": "^2.22.0", | |
"sass-loader": "^4.0.0", |