Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improved CI checks, added extra info in README #5

Open
wants to merge 30 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
459efd0
Fixed sign conversion error
midasgossye Feb 10, 2021
ce02b7b
fixed bug with testing array
midasgossye Feb 10, 2021
9fd49d0
Added keywords and updated library properties
midasgossye Feb 11, 2021
a62d710
Removed duplicate readme file
midasgossye Feb 11, 2021
11028d3
fixed syntax colouring
midasgossye Feb 11, 2021
c43bf7c
Put images in extras folder (per Arduino library spec)
midasgossye Feb 11, 2021
5583047
Added github action library build check
midasgossye Feb 11, 2021
954674c
Fixed typo in action script
midasgossye Feb 11, 2021
d92a1dc
Added install script for library
midasgossye Feb 11, 2021
d0e0347
Added enable unsafe install flag
midasgossye Feb 11, 2021
b4c5cce
fixed typo
midasgossye Feb 11, 2021
3967b5b
set allow unsafe install variable
midasgossye Feb 11, 2021
8493d5d
added copy step
midasgossye Feb 11, 2021
c0b39a9
added recursive folder
midasgossye Feb 11, 2021
53cd3da
Removed non-avr
midasgossye Feb 11, 2021
5bd3490
Trying out different CI routine
midasgossye Feb 11, 2021
0c34128
don't set expect unittests
midasgossye Feb 11, 2021
df3693b
Changed CI platforms
midasgossye Feb 11, 2021
d2999b5
Fixed file name typo
midasgossye Feb 11, 2021
2ac3b69
updated badge
midasgossye Feb 11, 2021
56904ea
Added picture of module
midasgossye Feb 11, 2021
5697a57
Added datasheet link
midasgossye Feb 15, 2021
1441cad
Added nano every to compatible boards
midasgossye Feb 15, 2021
ef0efb9
Added arduino nano every
midasgossye Feb 15, 2021
8085644
Fixed typo
midasgossye Feb 15, 2021
c6a5083
fixed formatting error
midasgossye Feb 15, 2021
d9b6abb
Added * to architectures
midasgossye Feb 15, 2021
95374e9
Fixed typo
midasgossye Feb 15, 2021
07242e8
Added arduino library badge
midasgossye Feb 18, 2021
690ea67
Fixed compatibility issues with leonardo and micro boards
midasgossye Mar 10, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixed syntax colouring
midasgossye committed Feb 11, 2021
commit 11028d33249d9f01d0021ef4e7c2c9e9723ad71b
10 changes: 6 additions & 4 deletions keywords.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
# Syntax Coloring Map For VMA430_GPS library

# Datatypes (KEYWORD1)
VMA430_GPS KEYWORD1

# Methods and Functions (KEYWORD2)
begin KEYWORD2
setUBXNav KEYWORD2
getUBX_packet KEYWORD2
parse_ubx_data KEYWORD2
begin KEYWORD2
setUBXNav KEYWORD2
getUBX_packet KEYWORD2
parse_ubx_data KEYWORD2

# Instances (KEYWORD2)
utc_time KEYWORD3

# Constants (LITERAL1)