Search found 3 matches

by jym92
Sun Sep 13, 2015 1:08 pm
Forum: MicroPython pyboard
Topic: genFile on SDcard ?
Replies: 5
Views: 5276

Re: genFile on SDcard ?

Hi, I tried to use the first code of introduction, It work's great ! # --------------- importation des librairies Micropython nécéssaires : import pyb switch = pyb.Switch() leds = [pyb.LED(i+1) for i in range(4)] accel = pyb.Accel() i = 0 # --------- initialisation des classes et des périphériques -...
by jym92
Fri Sep 11, 2015 8:17 pm
Forum: MicroPython pyboard
Topic: genFile on SDcard ?
Replies: 5
Views: 5276

Re: genFile on SDcard ?

Thanks for your help, I writte this code in main.py normally it work but the script don't start ... # --------------- importation des librairies Micropython nécéssaires : import pyb sw = pyb.Switch() led = pyb.LED(4) sw_was_pressed = False # --------- initialisation des classes et des périphériques ...
by jym92
Fri Sep 11, 2015 2:52 pm
Forum: MicroPython pyboard
Topic: genFile on SDcard ?
Replies: 5
Views: 5276

genFile on SDcard ?

Hi everybody ! I am new guy in this community, I am an engineer in embedded electronic and I work principaly in Python langage. Now, I ask my question : I have already work on module TELIT or on directly on IDLE. I want to use the SD card like a safe data bank. To explain my project, I want to combi...