Ver más productos marca Tek Styz
Adaptador MicroUSB OTG Tek Styz para Raspberry Pi Zero v1.3 - Kit 2 Cables
8 || deltaY > 8)) {
isHorizontalSwipe = deltaX > deltaY;
}
if (isHorizontalSwipe) {
dragOffset = currentX - touchStartX;
}
"
@touchend="
isDragging = false;
const threshold = containerWidth * 0.15;
const deltaX = Math.abs(currentX - touchStartX);
const deltaY = Math.abs($event.changedTouches[0].clientY - touchStartY);
if (deltaX < 8 && deltaY < 8) {
openLightbox(activeImage);
} else if (isHorizontalSwipe && dragOffset < -threshold) {
activeImage = (activeImage + 1) % totalImages;
} else if (isHorizontalSwipe && dragOffset > threshold) {
activeImage = (activeImage - 1 + totalImages) % totalImages;
}
dragOffset = 0;
isHorizontalSwipe = null;
"
>
1 / 6
50) {
if (diff > 0) { nextImage(); } else { prevImage(); }
}
"
>
1 / 6
Ver más productos marca Tek Styz
Adaptador MicroUSB OTG Tek Styz para Raspberry Pi Zero v1.3 - Kit 2 Cables
$49.420
+ impuestos: $10.378
Cantidad:
- Compra protegida
- Envío a todo el país
- Garantía de entrega
Características destacadas
Descripción
Adaptador de Ángulo Recto Micro-USB USB 2.0 (OTG) Compatible con Raspberry Pi Zero v1.3 Placa de Desarrollo - Listo para Cámara y es un Cable de Transferencia de Datos de Alta Velocidad para conectar cualquier Dispositivo Accesorio USB Compatible, Unidad Flash y verdaderamente En Movimiento! (Negro)
Especificaciones técnicas
- Fabricante
- Tek Styz
Preguntas y respuestas
Tu pregunta fue enviada. Te responderemos pronto.
¿Dónde te enviamos la respuesta?
Tus preguntas
· Recibirás la respuesta a