Oledscreen program

Dependencies:   Adafruit-GFX-MbedOS6 Adafruit_SSD1331_MbedOS6

Committer:
macez
Date:
Tue Jan 19 11:35:27 2021 +0200
Revision:
0:f9d16642e61a
1st Commit

Who changed what in which revision?

UserRevisionLine numberNew contents of line
macez 0:f9d16642e61a 1 # Python CircleCI 2.0 configuration file
macez 0:f9d16642e61a 2 #
macez 0:f9d16642e61a 3 # Check https://circleci.com/docs/2.0/language-python/ for more details
macez 0:f9d16642e61a 4 #
macez 0:f9d16642e61a 5 version: 2
macez 0:f9d16642e61a 6 jobs:
macez 0:f9d16642e61a 7 build:
macez 0:f9d16642e61a 8 docker:
macez 0:f9d16642e61a 9 - image: mbedos/mbed-os-env:stable
macez 0:f9d16642e61a 10 working_directory: ~
macez 0:f9d16642e61a 11 steps:
macez 0:f9d16642e61a 12 - checkout:
macez 0:f9d16642e61a 13 path: mbed-os-example-blinky
macez 0:f9d16642e61a 14 - run: |
macez 0:f9d16642e61a 15 cd mbed-os-example-blinky
macez 0:f9d16642e61a 16 mbed deploy
macez 0:f9d16642e61a 17 mbed compile -t GCC_ARM -m K64F
macez 0:f9d16642e61a 18