This website requires JavaScript.
Explore
Help
Sign In
djsundog
/
circuitpython
Watch
1
Star
0
Fork
0
You've already forked circuitpython
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
circuitpython
/
nrf5
/
examples
History
Daniel Tralamazza
9de43eb545
Merge pull request
#70
from glennrub/rename_examples
...
nrf5/examples: Renaming servo.py to nrf52_servo.py as it is only impl…
2017-06-07 18:19:47 +02:00
..
mountsd.py
nrf5/examples: Updating mountsd example with comment from deleted sdcard.py on how to wire SD directly to SPI.
2017-06-06 22:17:35 +02:00
musictest.py
nrf5/examples: Adding music example. Only working if bluetooth stack is not enabled.
2017-05-18 23:11:41 +02:00
nrf52_servo.py
nrf5/examples: Renaming servo.py to nrf52_servo.py as it is only implemented machine.PWM for nrf52.
2017-06-05 21:38:41 +02:00
powerup.py
nrf5/examples: Tuning Bluetooth LE example controller python script after testing out the example live. Motor speed of 100 was not enought to lift the airplane. Also turning was hard without setting higher angle values. The new values are just guessed values. However, the flying experience was good.
2017-05-21 18:14:08 +02:00
seeed_tft.py
nrf5/examples: Adding some notes on which pin layout that has been used in the seeed_tft.py ILI9341 driver for driving the display.
2017-05-29 23:09:53 +02:00
ssd1306_mod.py
nrf5/examples: Removing copy of ssd1306 driver, creating a new class that overrides the needed function for i2c. Also adding some example usage in the comment in top of the file for both SPI and I2C variant.
2017-06-06 21:43:51 +02:00
ubluepy_eddystone.py
nrf5/bluetooth: Adding possibility to configure whether advertisment should be connectable or not.
2017-04-02 18:34:56 +02:00
ubluepy_scan.py
nrf5/examples: Updating ubluepy scan example to use constant value from ubluepy instead of hardcoded value.
2017-04-01 22:50:37 +02:00