Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(682)

Unified Diff: pkg/raspberry_pi/lib/sense_hat.dart

Issue 1659163007: Rename fletch -> dartino (Closed) Base URL: https://github.com/dartino/sdk.git@master
Patch Set: address comments Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pkg/raspberry_pi/lib/raspberry_pi.dart ('k') | pkg/socket/lib/socket.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/raspberry_pi/lib/sense_hat.dart
diff --git a/pkg/raspberry_pi/lib/sense_hat.dart b/pkg/raspberry_pi/lib/sense_hat.dart
index 5e7ff50bfd1ea394a1e35ebb8dc9c61835e0d309..46d44d038024834cbceb84e1f1b410c2d2699714 100644
--- a/pkg/raspberry_pi/lib/sense_hat.dart
+++ b/pkg/raspberry_pi/lib/sense_hat.dart
@@ -49,7 +49,7 @@
/// ```
library raspberry_pi.sense_hat;
-import 'dart:fletch.ffi';
+import 'dart:dartino.ffi';
import 'package:i2c/i2c.dart';
import 'package:i2c/devices/hts221.dart';
« no previous file with comments | « pkg/raspberry_pi/lib/raspberry_pi.dart ('k') | pkg/socket/lib/socket.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698