banner left Boxtec Banner
Platzhalter BoxtecProdukteForumShopKontaktPlaygroundn/aJobs
 
 

Search

You can find the results of your search below. If you didn't find what you were looking for, you can create or edit the page named after your query with the appropriate tool.

Results

chipkit:start: 39 Hits
hte (Index 1) Seite widerspiegeln: <code c> const uint8_t LEFT=0; const uint8_t RIGHT=1; uint8_t nP[2][8]... 1) Traditionell digitalWrite() === <code c> const uint8_t LEFT=0; const uint8_t RIGHT=1; uint8_t nP[2][8]... k #define sbi(reg, bitmask) *reg |= bitmask const uint8_t LEFT=0; const uint8_t RIGHT=1; uint8_t nP[2][8]... board definitions #if defined(__AVR__) volatile uint8_t *pP[2][8]; uint8_t bP[2][8]; #elif de
helvepic32:bspblink:start: 14 Hits
onell digitalWrite() === <code c blink.ino> const uint8_t LEFT=0; const uint8_t RIGHT=1; #if defined(_BOARD_DP32_) const uint8_t MAXWING=2; uint8_t nP[2][8] = {{ 0,17, 9,10,11,12,13,14},{18,17, 1, 2, 3, 6,... tion #endif #if defined(_BOARD_HELVEPIC32_) const uint8_t MAXWING=2; uint8_t nP[2][8] = {{ 0, 1, 2, 3, 4,... k #define sbi(reg, bitmask) *reg |= bitmask const uint8_t LEFT=0; const uint8_t RIGHT=1; uint8_t nP[2][8]
arduino:attinyusb:helvetiny84: 13 Hits
// +----+ const static uint8_t A0 = 0; const static uint8_t A1 = 1; const static uint8_t A2 = 2; const static uint8_t A3 = 3; const static uint8_t A4 = 4; const static uint8_t A5 = 5; const static uint8_t A6 = 6; const static uint8_t A7 = 7; #define digitalPinToPCICR(p) ( ((p) >= 0 && (p) <= 10) ? (&GIMSK) : ((uint8_t *)0) ) #define digitalPinToPCICRbit(p) ( ((p) <= 7) ?
helvepic32:bspi2coled:start: 11 Hits
} void loop() { } void testdrawbitmap(const uint8_t *bitmap, uint8_t w, uint8_t h) { uint8_... UMFLAKES][3]; // initialize for (uint8_t f=0; f< NUMFLAKES; f++) { icons... // draw each icon for (uint8_t f=0; f< NUMFLAKES; f++) { ... // then erase it + move it for (uint8_t f=0; f< NUMFLAKES; f++) {
helvepic32bb:bspblink:start: 11 Hits
onell digitalWrite() === <code c blink.ino> const uint8_t LEFT=0; const uint8_t RIGHT=1; uint8_t nP[2][8]... k #define sbi(reg, bitmask) *reg |= bitmask const uint8_t LEFT=0; const uint8_t RIGHT=1; uint8_t nP[2][8]... board definitions #if defined(__AVR__) volatile uint8_t *pP[2][8]; uint8_t bP[2][8]; #elif de... bP[2][8]; #endif void _IO_Init() { for (uint8_t i=0; i<2; i++){ for (uint8_t j=0; j<8; j++){
helvepic32:bsptft:start: 9 Hits
lgender Pindefinitionen verwenden: <code c> const uint8_t LEFT=0; const uint8_t RIGHT=1; uint8_t nP[2][8... 0,11,12,13,14},{18,17, 1, 2, 3, 6, 7, 8}}; const uint8_t TFT_CS = nP[RIGHT][7]; const uint8_t TFT_RST = nP[RIGHT][6]; const uint8_t TFT_RS = nP[RIGHT][5]; const uint8_t TFT_SDA = nP[RIGHT][4]; const uint8_t TFT_SCL = nP[RIGHT][3]; #include <UTFT.h> // Declare which fonts we will be using extern uint8
helvepic32:bspanalog:start: 6 Hits
p://arduino.cc/en/Tutorial/AnalogInput */ const uint8_t LEFT=0; const uint8_t RIGHT=1; uint8_t nP[2][8]... reated 31 Dec 2014 by Mathias Wilhelm */ const uint8_t LEFT=0; const uint8_t RIGHT=1; uint8_t nP[2][8]
helvepic32:elecfreakskit:start: 4 Hits
_t pulses[100][2]; // pair is high and low pulse uint8_t currentpulse = 0; // index for pulses we're sto... }; //power uint32_t IRid=0; uint8_t cnt=0; uint16_t p1, p2, d; for (uint8_t i = 1; i < currentpulse-1; i++) { if (i<32) { p1 = ... d, HEX); Serial.print(" "); for (uint8_t i=0; i<MAXKEYS; i++) { if (IRid
helvepic32:bspn5110:start: 4 Hits
7 LIGHT // 8 GND #include <LCD5110_Basic.h> uint8_t nP[2][8] = {{0,17, 9,10,11,12,13,14},{18,17, 1,... [6],nP[1][0],nP[1][7],nP[1][3],nP[1][2]); extern uint8_t SmallFont[]; void setup() { myGLCD.InitLCD()... Bitmap Modus: <code> #include <LCD5110_Basic.h> uint8_t nP[2][8] = {{0,17,9,10,11,12,13,14},{18,17, 1, ... [6],nP[1][0],nP[1][7],nP[1][3],nP[1][2]); extern uint8_t robo[]; void setup() { myGLCD.InitLCD(); m
helvepic32:bspservo:start: 3 Hits
ige Code ist entsprechend einfach: <code c> const uint8_t LEFT=0; const uint8_t RIGHT=1; uint8_t nP[2][8]
helvepic32:bsplcd:start: 3 Hits
s example code is in the public domain. */ const uint8_t LEFT=0; const uint8_t RIGHT=1; uint8_t nP[2][8]
helvepic32:bspservod:start: 3 Hits
Der zugehörige Code sieht so aus: <code c> const uint8_t LEFT=0; const uint8_t RIGHT=1; uint8_t nP[2][8]
helvepic32:intro:start: 3 Hits
hte (Index 1) Seite widerspiegeln: <code c> const uint8_t LEFT=0; const uint8_t RIGHT=1; uint8_t nP[2][8]
helvepic32bb:intro:start: 3 Hits
hte (Index 1) Seite widerspiegeln: <code c> const uint8_t LEFT=0; const uint8_t RIGHT=1; uint8_t nP[2][8]
arduino:attinyusb:helvetiny85:tutorials: 1 Hits
helvepic32:bspstepper:start: 1 Hits
wireless:lorabee: 1 Hits
helvepic32:bspi2cmatrix:start: 1 Hits
helvepic32:bspi2calphanum:start: 1 Hits
wireless:wifi: 1 Hits
helvepic32bb:bspn5110:start: 1 Hits
 
 
 

zum Seitenanfang

Letzte Aktualisierung: © boxtec internet appliances · the better security products