esb 0.1.0

Implementation of Nordic's Enhanced ShockBurst communication protocol
Documentation
on:
  push:
    branches: [ master ]
  pull_request:
    branches: [ master ]

name: Test Suite

jobs:
  test:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - uses: actions-rs/toolchain@v1
        with:
          profile: minimal
          toolchain: stable
          target: thumbv7em-none-eabihf
          override: true
      - uses: actions-rs/cargo@v1
        with:
          command: test
          args: --features=52832