From dea7c55ed2999211cb165c91795af0b0a8b6241b Mon Sep 17 00:00:00 2001 From: Theodore Date: Wed, 30 Jan 2019 13:24:34 +0000 Subject: [PATCH 1/4] Adding a blog folder --- BlogFolder.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 BlogFolder.md diff --git a/BlogFolder.md b/BlogFolder.md new file mode 100644 index 0000000..7c159f7 --- /dev/null +++ b/BlogFolder.md @@ -0,0 +1 @@ +This is placeholder for future readme From 20dfda5e1a5a1ebbf58d0a3ab71513c38f561f8e Mon Sep 17 00:00:00 2001 From: Theodore Date: Wed, 30 Jan 2019 13:28:34 +0000 Subject: [PATCH 2/4] Adding Front Matter to readme --- README.md | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) diff --git a/README.md b/README.md index a292b9f..702a7e5 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,55 @@ +--- +# Front Matter +# Title of your project used for the breadcrumb title and meta title. +title: Magic 8 Ball + +# Permalink your project will reside under on the 96boards.org website. +# separate your title's words with dashes for SEO purposes. +permalink: /projects/magic8/ +author: 96Boards + +# Add a description of your project +description: The Digital Hourglass project implements a count up timer which takes in user input for the time to be measured and prints a character on the display at certain intervals till the time is up. The project goes through some of the basic concepts like connecting the Sensors Mezzanine board with the DragonBoard, interfacing an LCD with the board and installing the necessary libraries. + +# Add the names of your images which are stored in the sub folders here. +# The first image is always used in the table at /projects/ +# This section is used to add a social media share image to your project. +# Place the image you'd like to use when sharing on social media in the /assets/images/projects/ +# folder and adjust the following YAML accordingly. +# High Res 1920 x 1080 +# regenerated on site build +image: + path: /assets/images/projects/placeholder.png +# list: +# - thumb.png +# - share.png +#social: +# name: 96Boards +# links: +# - https://twitter.com/96boards +# - https://www.facebook.com/96Boards/ +# - https://www.linkedin.com/company/96boards/ +# - https://plus.google.com/+96Boards +# - https://github.com/96boards +project: + # Difficulty level for your project + #difficulty_level: + # - Beginner + # Boards that you have used in this project. For a full list of boards see + # this file in the 96boards/website repo - _data/boards.yml + boards_used: + - dragonboard410c + - sensors-mezzanine + # Verticals are catagories that your project belongs to. For a full list of verticals see + # this file in the 96boards/website repo - _data/verticles.yml + verticals: + - Maker +#Optional tags for your projects: meta-key words +tags: +- dragonboard410c +- sensors-mezzanine +--- + # Magic 8 Ball The Magic 8 Ball application displays messages on the LCD when the touch sensor module is tapped. There are 20 statements out of which any one can appear randomly at each tap on the sensor. So ask away! From a67217e75ebc5d8384a45837e556d355ef4155cf Mon Sep 17 00:00:00 2001 From: Theodore Date: Wed, 30 Jan 2019 16:21:00 +0000 Subject: [PATCH 3/4] adding blog folder --- BlogFolder.md => blogs/BlogFolder.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename BlogFolder.md => blogs/BlogFolder.md (100%) diff --git a/BlogFolder.md b/blogs/BlogFolder.md similarity index 100% rename from BlogFolder.md rename to blogs/BlogFolder.md From 6d123b289febcd18f9902a0bb18db40404099b6e Mon Sep 17 00:00:00 2001 From: Theodore Date: Wed, 30 Jan 2019 16:21:29 +0000 Subject: [PATCH 4/4] Moving MAKEFILE to src --- Makefile => src/Makefile | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Makefile => src/Makefile (100%) diff --git a/Makefile b/src/Makefile similarity index 100% rename from Makefile rename to src/Makefile