Schema, layout and autorouting software:
Tutorials for Eagle:
PCB productions:
http://meettheipsums.com/ | |
http://hipsum.co/ |
Embedded Programming with the GNU Toolchain - http://www.bravegnu.org/gnu-eprog/ |
git ls-files --others --exclude-standard | xargs -I {} -n1 rm "{}" |
var http = require('http'); | |
it('should send a get request to the config restlet.', function () { | |
var gotResponse = false; | |
var myResponse = {}; | |
//this function to wait the rest to respond back | |
function waitForBackend() { |
import java.io.File; | |
import java.io.FileFilter; | |
import java.nio.file.DirectoryStream; | |
import java.nio.file.Files; | |
import java.nio.file.Path; | |
import java.nio.file.Paths; | |
public class JavaFileOperations { | |
public void findAllXmlFilesInFolderWithJavaIO() { |
Schema, layout and autorouting software:
Tutorials for Eagle:
PCB productions:
![MMA7361_PCB][1]
Pin | Mnemonic | Description |
---|---|---|
X | X-axis | This is the analog signal out along the X-axis |
Y | Y-axis | This is the analog signal out along the Y-axis |
Z | X-axis | This is the analog signal out along the Z-axis |
SL | Sleep | This pin will put the chip to sleep when pulled low to consume less power and will resume operation when pulled high. |
With the following command you can see a list of available Access Points (AP).
$ iwlist wlan0 scan
Find the one you want to use and pick the ESSID, i.e. ESSID: "my_network"
When using Wi-Fi Protected Access (WPA) you will need to generate the Pre-shared key (PSK) with your (E)SSID you picked before and the PASSWORD used to connect to the Access Point: